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

Incorrect unused_mut in let binding C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#13673 opened Nov 10, 2024 by bartek358
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
Simplify if-let-Some-else-None using question mark operator C-enhancement Category: Enhancement of lints, like adding more cases or adding help messages
#13626 opened Oct 29, 2024 by qsantos
False positive: cow and into_owned C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#13624 opened Oct 29, 2024 by Hofer-Julian
Prefer Display over Debug formatting A-lint Area: New lints
#13621 opened Oct 28, 2024 by BenjaminBrienen
Suboptimal suggestion from implied_bounds_in_impls when adding bounds to associated type C-bug Category: Clippy is not doing the correct thing
#13617 opened Oct 28, 2024 by progval
Rust 2024 match ergonomics and needless_borrowed_reference A-category Area: Categorization of lints C-enhancement Category: Enhancement of lints, like adding more cases or adding help messages D-confusing I-nominated Issue: Nominated to be discussed at the next Clippy meeting S-needs-discussion Status: Needs further discussion before merging or work can be started
#13616 opened Oct 28, 2024 by traviscross
clippy issue with #[wasm_bindgen] C-bug Category: Clippy is not doing the correct thing
#13606 opened Oct 26, 2024 by WenqingZong
ProTip! What’s not been updated in a month: updated:<2024-10-09.