Skip to content

Issues: rust-lang/rust-clippy

[Roadmap] False Positive Rate
#6623 by flip1995 was closed Sep 20, 2024
Closed 12
Most commonly ignored lints on crates.io
#7666 by dtolnay was closed Oct 9, 2022
Closed 23
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 --fix deleting informational comments C-bug Category: Clippy is not doing the correct thing
#13692 opened Nov 15, 2024 by swanandx
Warn on String::truncate A-lint Area: New lints
#13688 opened Nov 14, 2024 by CinchBlue
Detect use of unnecessary dyn in function parameter A-lint Area: New lints
#13685 opened Nov 14, 2024 by tabokie
failed to automatically apply fixes suggested by rustc to crate DEL2 C-bug Category: Clippy is not doing the correct thing
#13683 opened Nov 14, 2024 by magnetophon
redundant_guards suggests change that doesn't compile for matching on CStr C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#13681 opened Nov 13, 2024 by Supreeeme
redundant_pub_crate conflicts with pub use mod::* C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#13676 opened Nov 11, 2024 by erenon
new_without_default could include blanket impls A-lint Area: New lints
#13668 opened Nov 9, 2024 by CGamesPlay
warn impl Deref A-lint Area: New lints
#13665 opened Nov 8, 2024 by cathaysia
Make suspicious_arithmetic_impl understand multiplicative inverses C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#13652 opened Nov 4, 2024 by raphlinus
Clippy fix makes breaking change on warning: usage of contains_key followed by insert on a HashMap C-bug Category: Clippy is not doing the correct thing
#13649 opened Nov 3, 2024 by dchen5022
use_crate_prefix_for_self_imports A-lint Area: New lints
#13645 opened Nov 2, 2024 by lengyijun
pub in executable modules A-lint Area: New lints
#13644 opened Nov 2, 2024 by BatmanAoD
clippy::question_mark ignores #[cfg]-ed out statements in let-else 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-bug Issue: The suggestion compiles but changes the code to behave in an unintended way
#13642 opened Nov 1, 2024 by GoldsteinE
clippy::non-canonical-partial-ord-impl warns if self.cmp(other).into() instead of Some(self.cmp(other)) is used C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#13640 opened Oct 31, 2024 by Holzhaus
ProTip! no:milestone will show everything without a milestone.