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

ICE when invoking cargo clippy --fix C-bug Category: Clippy is not doing the correct thing I-ICE Issue: Clippy panicked, giving an Internal Compilation Error (ICE) ❄️
#12784 by Zoybean was closed May 9, 2024
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 PartialEq with 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
#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
Warn on circular code A-lint Area: New lints
#11032 opened Jun 26, 2023 by orowith2os
Incorrect: this expression borrows a value the compiler would automatically borrow C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#8407 by ritchie46 was closed Feb 17, 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 main A-lint 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
#333 by llogiq was closed Aug 5, 2019
Implement default using default 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
#103 by llogiq was closed Jan 19, 2016
ProTip! Exclude everything labeled bug with -label:bug.