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

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
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
suspicious use of binary operator wrongly flags logical operators in conditions 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-false-positive Issue: The lint was triggered on code it shouldn't have
#7084 by pwnorbitals was closed Apr 15, 2022
False positive with suspicious use of operator when using const generics C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#6600 opened Jan 17, 2021 by rossmacarthur
suspicious_arithmetic_impl and OpAssign C-bug Category: Clippy is not doing the correct thing C-enhancement Category: Enhancement of lints, like adding more cases or adding help messages
#5512 by l0calh05t was closed Jul 8, 2020
Most commonly ignored lints 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
#5418 by dtolnay was closed Sep 13, 2021
spurious suspicious_arithmetic_impl C-enhancement Category: Enhancement of lints, like adding more cases or adding help messages L-correctness Lint: Belongs in the correctness lint group
#3215 by apoelstra was closed Jul 26, 2020
Consistently naming lints S-needs-discussion Status: Needs further discussion before merging or work can be started
#2845 opened Jun 14, 2018 by clarfonthey 1.0
suspicious_arithmetic_impl warning is suspicious C-bug Category: Clippy is not doing the correct thing
#2535 by birkenfeld was closed Mar 17, 2018
assign_op_pattern misleading on wrongly implemented assign impl. A-lint Area: New lints E-medium Call for participation: Medium difficulty level problem and requires some initial experience. good first issue These issues are a good way to get started with Clippy L-correctness Lint: Belongs in the correctness lint group T-middle Type: Probably requires verifiying types
#2268 by letheed was closed Aug 10, 2020
ProTip! Adding no:label will show everything without a label.