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

lines().count() should warn in case of Err A-lint Area: New lints
#12858 opened May 26, 2024 by DorianCoding
Error with latest nightly C-bug Category: Clippy is not doing the correct thing
#12856 opened May 26, 2024 by amircodota
redundant_closure doesn't handle Fn 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
#12853 opened May 25, 2024 by mladedav
index out of bounds when compiling my os C-bug Category: Clippy is not doing the correct thing I-ICE Issue: Clippy panicked, giving an Internal Compilation Error (ICE) ❄️
#12850 opened May 25, 2024 by jasondyoungberg
[needless_bool] suggestion cause error when the if expression is a method caller 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
#12846 opened May 25, 2024 by J-ZhengLi
Some warnings are not reported if rust-src component is not installed C-bug Category: Clippy is not doing the correct thing
#12837 opened May 23, 2024 by Disasm
Borrow incorrectly handled when trying to simplify return statement C-bug Category: Clippy is not doing the correct thing
#12831 opened May 22, 2024 by KarstenB
Use ControlFlow in more visitors performance-project For issues and PRs related to the Clippy Performance Project
#12829 opened May 21, 2024 by y21
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
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
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
ProTip! What’s not been updated in a month: updated:<2024-04-26.