Skip to content

Issues: rust-lang/rust-clippy

[Roadmap] False Positive Rate
#6623 opened Jan 22, 2021 by flip1995
Open 10
Most commonly ignored lints on crates.io
#7666 by dtolnay was closed Oct 9, 2022
Closed 23
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
Label
Filter by label
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Milestones
Filter by milestone
Assignee
Filter by who’s assigned
Sort

Issues list

Following manual_clamp suggestion results in slower code C-bug Category: Clippy is not doing the correct thing
#12826 opened May 20, 2024 by okaneco
indexing_slicing emitting errors on proc-macro code. C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#12824 opened May 19, 2024 by JosiahBull
unnecessary_to_owned suggestion cause error when interacting with println! macro 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
#12821 opened May 19, 2024 by GitPinkRabbit
unnecessary-operation suggestion on [();1][<expr>] is werid C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#12817 opened May 18, 2024 by tesuji
assertions-on-constants incorrectly fails on const 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
#12816 opened May 18, 2024 by tesuji
Lint for trailing comma in macro parameters A-lint Area: New lints
#12814 opened May 17, 2024 by KershawChang
clippy::used_underscore_binding fires on an unused function parameter C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#12810 opened May 16, 2024 by Kriskras99
needless_pub_self lint when necessary for crate 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
#12808 opened May 16, 2024 by jgh713
iter_on_empty_collections's suggestion causes a compilation 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
#12807 opened May 16, 2024 by schvv31n
unnecessary_to_owned suggestion changes maybe-cloning to always-cloning C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#12806 opened May 15, 2024 by kpreid
#[expect(...)] attribute not working for clippy::unsafe_derive_deserialize C-bug Category: Clippy is not doing the correct thing
#12802 opened May 15, 2024 by B14CK313
let_and_return suggestion causes error when operation between if-expression without parentheses and some value is performed in let-binding C-bug Category: Clippy is not doing the correct thing I-suggestion-causes-error Issue: The suggestions provided by this Lint cause an ICE/error when applied
#12801 opened May 15, 2024 by zyoshoka
assigning_clones complains about static str -> String assignment. C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#12799 opened May 14, 2024 by eric-seppanen
Lint against super (and self) imports A-lint Area: New lints
#12796 opened May 14, 2024 by vi013t
doc_markdown scope problem C-bug Category: Clippy is not doing the correct thing
#12795 opened May 14, 2024 by ChrisJefferson
impl_trait_in_params doesn't work for non-public functions C-bug Category: Clippy is not doing the correct thing I-false-negative Issue: The lint should have been triggered on code, but wasn't
#12792 opened May 13, 2024 by CobaltCause
Suggested lint: avoid &mut to *const coercions A-lint Area: New lints
#12791 opened May 12, 2024 by joshlf
Format error in suggestion for needless_lifetimes C-bug Category: Clippy is not doing the correct thing I-suggestion-causes-error Issue: The suggestions provided by this Lint cause an ICE/error when applied
#12789 opened May 11, 2024 by rodrigorc
non_canonical_clone_impl should skip proc macros C-bug Category: Clippy is not doing the correct thing good-first-issue These issues are a good way to get started with Clippy I-false-positive Issue: The lint was triggered on code it shouldn't have
#12788 opened May 11, 2024 by matthiaskrgr
Lint telling me to needlessly increase memory footprint C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#12786 opened May 10, 2024 by amab8901
False positive: useless_asref when used to go from &&T to &T 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
#12785 opened May 9, 2024 by mqudsi
single_element_loop: syntax error with never patterns ( missing parens) 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
#12782 opened May 8, 2024 by matthiaskrgr
ProTip! Add no:assignee to see everything that’s not assigned.