-
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
Assign op pattern should not apply in const context.
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-error
Issue: The suggestions provided by this Lint cause an ICE/error when applied
#14871
by Wasabi375
was closed May 24, 2025
assign_op_pattern suggested change is a compiler error for non-primitive vector elements
C-bug
Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
#9180
by sigh
was closed Jul 21, 2022
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
[Roadmap] Lint groups
A-category
Area: Categorization of lints
C-enhancement
Category: Enhancement of lints, like adding more cases or adding help messages
C-tracking-issue
Category: Tracking Issue
P-low
Priority: Low
#6626
opened Jan 22, 2021 by
flip1995
4 of 7 tasks
ICE: unnested_or_patterns while checking rustc_typeck
C-bug
Category: Clippy is not doing the correct thing
I-ICE
Issue: Clippy panicked, giving an Internal Compilation Error (ICE) ❄️
#5780
by matthiaskrgr
was closed Jul 13, 2020
It is impossible to understand from the readme file how to supress lints using clippy.toml
#3164
by iddm
was closed Sep 11, 2018
Consistently naming lints
S-needs-discussion
Status: Needs further discussion before merging or work can be started
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
False positive: Recommended shorthand for non-commutative multiplication
C-bug
Category: Clippy is not doing the correct thing
#2266
by Limeth
was closed Oct 10, 2018
assign_op_pattern false positive for Assign trait impl
C-bug
Category: Clippy is not doing the correct thing
good first issue
These issues are a good way to get started with Clippy
#1302
by crumblingstatue
was closed Dec 19, 2016
Merge some lints together
A-documentation
Area: Adding or improving documentation
C-enhancement
Category: Enhancement of lints, like adding more cases or adding help messages
S-needs-discussion
Status: Needs further discussion before merging or work can be started
ProTip!
Add no:assignee to see everything that’s not assigned.