-
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
unnecessary_operation fires wrongly when extracting Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
!
C-bug
#12898
opened Jun 6, 2024 by
goffrie
unnecessary-operation
suggestion on [();1][<expr>]
is werid
C-bug
#12817
opened May 18, 2024 by
tesuji
unnecessary_operation false positive on std::ops impl with side effects
C-bug
Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
#11885
by m4rch3n1ng
was closed Dec 8, 2023
unnecessary_operation deletes labeled blocks
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
#11575
by digama0
was closed Feb 3, 2024
unnecessary_operation destroyes code inside macros
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
T-macros
Type: Issues with macros and macro expansion
#9954
by matthiaskrgr
was closed Nov 29, 2022
unnecessary_operation: reduces array of generics to just generic / compiler error
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
#9951
opened Nov 25, 2022 by
matthiaskrgr
FP unnecessary-operation, #![feature(capture_disjoint_fields)]
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
#9896
opened Nov 20, 2022 by
matthiaskrgr
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
False Positive with function call inside an array Index operation
C-bug
Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
#7412
by 197g
was closed Aug 25, 2021
unnecessary_operation
does not treat bounds checking as a side effect
C-bug
#7408
by jonas-schievink
was closed Oct 22, 2024
Name enhancement Status: Needs further discussion before merging or work can be started
erasion_op
=> absorbing_op
S-needs-discussion
#7211
opened May 12, 2021 by
Kannen
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
False positive in Category: Clippy is not doing the correct thing
unnecessary_operation
C-bug
#5012
by YoJn
was closed Jan 7, 2020
Tracking Issue: Fixing broken lint suggestions
C-tracking-issue
Category: Tracking Issue
I-suggestion-causes-error
Issue: The suggestions provided by this Lint cause an ICE/error when applied
L-suggestion
Lint: Improving, adding or fixing lint suggestions
#3630
by phansch
was closed Sep 25, 2019
38 of 39 tasks
Consistently naming lints
S-needs-discussion
Status: Needs further discussion before merging or work can be started
unnecessary_operation false positive with Drop
C-bug
Category: Clippy is not doing the correct thing
good first issue
These issues are a good way to get started with Clippy
#2061
by jugglerchris
was closed Oct 8, 2017
Unnecessary Operator triggered on short circuit evaluation
C-bug
Category: Clippy is not doing the correct thing
good first issue
These issues are a good way to get started with Clippy
#1194
by W4RH4WK
was closed Jan 5, 2017
unnecessary_operation false positive with unsafe blocks`
C-bug
Category: Clippy is not doing the correct thing
#952
by Manishearth
was closed May 25, 2016
ProTip!
Adding no:label will show everything without a label.