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

Some warnings are not reported if rust-src component is not installed C-bug Category: Clippy is not doing the correct thing
#12837 opened May 23, 2024 by Disasm
to_string_in_format_args not caught on nightly without --release C-bug Category: Clippy is not doing the correct thing I-false-negative Issue: The lint should have been triggered on code, but wasn't
#10969 by dan-formlogic was closed Jun 19, 2023
Migrate format_args!() lints to to ast::FormatArgs
#10233 by m-ou-se was closed Mar 28, 2023
24 tasks done
Incorrect fix for to_string_in_format_args I-suggestion-causes-error Issue: The suggestions provided by this Lint cause an ICE/error when applied
#9540 by nyurik was closed Oct 12, 2022
Incorrect suggested removal of to_string on slice 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
#9256 by RosieBaish was closed Aug 22, 2022
to_string() in a format string when format specifiers are used (eg :<20) is NOT redundant C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#8855 by akanalytics was closed Aug 20, 2022
Redundant to_string?
#7729 by smoelius was closed Oct 15, 2021
ProTip! Type g i on any issue or pull request to go back to the issue listing page.