-
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
unconditional_recursion false positive in nightly
C-bug
Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
#12245
by zacknewman
was closed Feb 8, 2024
unconditional_recursion lint is confused by (at least) blanket PartialEq impls
C-bug
Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
L-suspicious
Lint: Belongs in the suspicious lint group
#12181
by HadrienG2
was closed Feb 7, 2024
unconditional_recursion false positive in Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
PartialEq
with Deref
C-bug
#12154
by madsmtm
was closed Feb 7, 2024
unconditional_recursion false positive in PartialEq field comparison (2)
C-bug
Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
#12133
by dtolnay
was closed Jan 12, 2024
Another unconditional_recursion false positive in PartialEq field comparison
C-bug
Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
#12118
by faern
was closed Jan 10, 2024
unconditional_recursion false positive in PartialEq field comparison
C-bug
Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
#12052
by dtolnay
was closed Jan 3, 2024
redundant_closure lint causes a compile error when applied as is
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
#11604
opened Oct 3, 2023 by
asibahi
Incorrect: Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
this expression borrows a value the compiler would automatically borrow
C-bug
#8407
by ritchie46
was closed Feb 17, 2022
Compiler error when running
clippy
after the rust 1.58
update.
#8307
by appetrosyan
was closed Jan 27, 2022
False positive in useless_asref: receiver needs deref
C-bug
Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
#3480
by dtolnay
was closed Dec 18, 2018
Lint unconditional recursion in trait implementations
S-needs-discussion
Status: Needs further discussion before merging or work can be started
#1825
by clarfonthey
was closed Feb 7, 2022
Forbid: Unconditional Self-Recursive Function Calls
A-lint
Area: New lints
E-hard
Call for participation: This a hard problem and requires more experience or effort to work on
L-correctness
Lint: Belongs in the correctness lint group
T-middle
Type: Probably requires verifiying types
#1379
by nordlow
was closed Oct 9, 2017
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
Recursion lint
A-lint
Area: New lints
E-medium
Call for participation: Medium difficulty level problem and requires some initial experience.
T-middle
Type: Probably requires verifiying types
#428
opened Nov 1, 2015 by
Pyriphlegethon
Calling Area: New lints
good first issue
These issues are a good way to get started with Clippy
T-AST
Type: Requires working with the AST
main
A-lint
#333
by llogiq
was closed Aug 5, 2019
ProTip!
Exclude everything labeled
bug
with -label:bug.