-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Issues: rust-lang/rust-clippy
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
Label
Projects
Milestones
Assignee
Sort
Issues list
Make Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
suspicious_arithmetic_impl
understand multiplicative inverses
C-bug
#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
#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
suspicious_arithmetic_impl warning is suspicious
C-bug
Category: Clippy is not doing the correct thing
#2535
by birkenfeld
was closed Mar 17, 2018
False positive: suspicious_arithmetic_impl triggered by bitflags Sub
#2510
by niklasf
was closed Mar 6, 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.