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
Sort

Issues list

Clippy does not respect rules to allow uninlined_format_args C-bug Category: Clippy is not doing the correct thing
#14694 opened Apr 26, 2025 by rayokamoto
manual_flatten doesn't follow its suggestion to remove if let statement leading to broken code 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
#14692 opened Apr 25, 2025 by ulrichstark
Suggest using == instead of matches! A-lint Area: New lints
#14688 opened Apr 24, 2025 by emilk
Overzealous uninlined_format_args
#14686 opened Apr 24, 2025 by sebschmi
Manual slice fill false positive/suggestion makes it fail C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#14685 opened Apr 24, 2025 by kayagokalp
confusing clippy suggestion for zero_repeat_side_effects C-bug Category: Clippy is not doing the correct thing C-enhancement Category: Enhancement of lints, like adding more cases or adding help messages
#14681 opened Apr 23, 2025 by glorv
error: expected identifier, found $ C-bug Category: Clippy is not doing the correct thing
#14680 opened Apr 23, 2025 by darthur11
Suggest using let-chains A-lint Area: New lints
#14678 opened Apr 23, 2025 by nickdrozd
zombie_processes: false positive with returns inside closures C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#14677 opened Apr 23, 2025 by jgallagher
New lint: needless Path::new A-lint Area: New lints
#14668 opened Apr 22, 2025 by ada4a
[False Positive] Regarding adding const to a function that can't be const C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#14658 opened Apr 20, 2025 by leonardo-m
[False Positive] About removing a into_iter() from an ops::Range C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#14656 opened Apr 20, 2025 by leonardo-m
Getting "unknown lint: clippy::elidable_lifetime_names" using clippy 1.85.1 C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#14653 opened Apr 19, 2025 by corneliusroemer
integer_division false negative for NonZero denominators 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
#14652 opened Apr 19, 2025 by SLUCHABLUB
Lint on .as_ptr().cast_mut() A-lint Area: New lints
#14651 opened Apr 19, 2025 by stegaBOB
Incorrect macro handling in various loop lints C-bug Category: Clippy is not doing the correct thing
#14630 opened Apr 16, 2025 by samueltardieu
unnecessary_cast false negative with rust-src installed 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
#14625 opened Apr 16, 2025 by Catamantaloedis
comparison_chain: don't warn unless all branches are used C-enhancement Category: Enhancement of lints, like adding more cases or adding help messages I-false-positive Issue: The lint was triggered on code it shouldn't have L-suggestion Lint: Improving, adding or fixing lint suggestions
#14624 opened Apr 16, 2025 by tgross35
cargo clippy --fix don't remove redundant mut 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
#14617 opened Apr 15, 2025 by MCJOHN974
match_like_matches_macro should offer str comparison C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#14612 opened Apr 15, 2025 by nyurik
Don't lint rustfmt deprecated_cfg_attr on expr C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#14606 opened Apr 14, 2025 by A4-Tacks
New lint: no_relative_paths A-lint Area: New lints
#14605 opened Apr 13, 2025 by elenakrittik
ProTip! Type g i on any issue or pull request to go back to the issue listing page.