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

implicit_return false positive inside tauri::command 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 L-restriction Lint: Belongs in the restriction lint group T-macros Type: Issues with macros and macro expansion
#12872 opened May 31, 2024 by jsimonrichard
Lint against HashMaps where the key is not Eq + Hash A-lint Area: New lints
#12866 opened May 29, 2024 by cyrgani
False Negative of clippy::manual_strip 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
#12863 opened May 28, 2024 by yhx-12243
unnecessary_cast false positive when casting pointers to types with lifetime parameters C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#12860 opened May 28, 2024 by ia0
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 I-false-positive Issue: The lint was triggered on code it shouldn't have L-style Lint: Belongs in the style lint group
#12856 opened May 26, 2024 by amircodota
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 I-false-positive Issue: The lint was triggered on code it shouldn't have
#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-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
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
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! Mix and match filters to narrow down what you’re looking for.