Skip to content

Issues: rust-lang/rust-clippy

Most commonly ignored lints on crates.io
#7666 by dtolnay was closed Oct 9, 2022
Closed 23
Beta
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Issues list

string-lit-as-bytes fix producing incorrect fix C-bug Category: Clippy is not doing the correct thing I-suggestion-causes-error Issue: The suggestions provided by this Lint cause an ICE/error when applied
#11729 by u9g was closed Oct 29, 2023
FP string_lit_as_bytes: match / slice patterns C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have I-suggestion-causes-error Issue: The suggestions provided by this Lint cause an ICE/error when applied
#9885 by matthiaskrgr was closed Dec 1, 2022
Most commonly ignored lints on crates.io A-category Area: Categorization of lints C-tracking-issue Category: Tracking Issue S-needs-discussion Status: Needs further discussion before merging or work can be started
#7666 by dtolnay was closed Oct 9, 2022
string_lit_as_bytes should also detect "str".to_string().into_bytes() C-bug Category: Clippy is not doing the correct thing good first issue These issues are a good way to get started with Clippy I-false-negative Issue: The lint should have been triggered on code, but wasn't
#6927 by repi was closed Mar 25, 2021
False positive for 'string_lit_as_bytes' in conjunction with 'env!' C-bug Category: Clippy is not doing the correct thing E-needs-test Call for participation: writing tests good first issue These issues are a good way to get started with Clippy I-suggestion-causes-error Issue: The suggestions provided by this Lint cause an ICE/error when applied T-macros Type: Issues with macros and macro expansion
#5619 by diondokter was closed Jun 2, 2020
Incorrect suggestion of string_lit_as_bytes lint C-bug Category: Clippy is not doing the correct thing E-medium Call for participation: Medium difficulty level problem and requires some initial experience. I-suggestion-causes-error Issue: The suggestions provided by this Lint cause an ICE/error when applied
#4494 opened Sep 3, 2019 by ordovicia
Wrong suggestion for string_lit_as_bytes lint C-bug Category: Clippy is not doing the correct thing C-enhancement Category: Enhancement of lints, like adding more cases or adding help messages good first issue These issues are a good way to get started with Clippy L-style Lint: Belongs in the style lint group L-suggestion Lint: Improving, adding or fixing lint suggestions
#3205 by jonasbb was closed Oct 28, 2018
string_lit_as_bytes doesn't work correctly C-bug Category: Clippy is not doing the correct thing E-medium Call for participation: Medium difficulty level problem and requires some initial experience. I-suggestion-causes-error Issue: The suggestions provided by this Lint cause an ICE/error when applied
#1402 opened Dec 23, 2016 by farodin91
Lint string_lit_as_bytes should not be reported for string literal of length 33 and more C-bug Category: Clippy is not doing the correct thing good first issue These issues are a good way to get started with Clippy T-middle Type: Probably requires verifiying types
#1208 by antoyo was closed Jul 9, 2019
ProTip! Type g p on any issue or pull request to go back to the pull request listing page.