Skip to content

Issues: rust-lang/rust-clippy

[Roadmap] False Positive Rate
#6623 opened Jan 22, 2021 by flip1995
Open 11
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
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
Sort

Issues list

Incorrect fix: immediately dereferencing a reference to a literal as a place expression. C-bug Category: Clippy is not doing the correct thing
#13423 opened Sep 19, 2024 by iago-lito
False positive missing_const_for_thread_local C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#13422 opened Sep 19, 2024 by BenjaminBrienen
single-component-path-imports should be disabled by default C-bug Category: Clippy is not doing the correct thing
#13420 opened Sep 19, 2024 by ijackson
single-component-path-imports, and macro_rules 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
#13419 opened Sep 19, 2024 by ijackson
Add lint against unqualified local imports A-lint Area: New lints
#13418 opened Sep 19, 2024 by RalfJung
False positive for clippy::question_mark C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#13417 opened Sep 19, 2024 by nojima
auto-fix if_not_else
#13411 opened Sep 18, 2024 by Rudxain
if_then_some_else_none invalid suggestion C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#13407 opened Sep 17, 2024 by allan2
"Lint reasons are experimental" not flagged by clippy for rust-version without support for them C-enhancement Category: Enhancement of lints, like adding more cases or adding help messages
#13406 opened Sep 17, 2024 by IceTDrinker
Use sin_cos A-lint Area: New lints
#13405 opened Sep 17, 2024 by BenjaminBrienen
#[warn(clippy::cmp_owned)]: wrong suggestion to remove .to_string() I-suggestion-causes-error Issue: The suggestions provided by this Lint cause an ICE/error when applied
#13403 opened Sep 16, 2024 by dilyanpalauzov
comparison_to_empty lint isn't triggered in case PartialEq::eq used to compare I-false-negative Issue: The lint should have been triggered on code, but wasn't
#13401 opened Sep 16, 2024 by RRRadicalEdward
min_ident_chars triggers on implementation block for foreign traits C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#13396 opened Sep 14, 2024 by Passeriform
In test builds, expect(clippy::missing_inline_in_public_items) does not function properly C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#13394 opened Sep 13, 2024 by kpreid
missing_errors_doc warns on test functions when check-private-items = true C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#13391 opened Sep 13, 2024 by GrantGryczan
Unclear message in type_complexity A-documentation Area: Adding or improving documentation C-bug Category: Clippy is not doing the correct thing
#13387 opened Sep 12, 2024 by ChrisJefferson
allow_attributes triggers on variable name C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#13380 opened Sep 11, 2024 by Byter09
clippy::mutex_integer lints on uses of Mutex<{integer}>, not just definitions C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#13378 opened Sep 11, 2024 by PatchMixolydic
Force explicit abi A-lint Area: New lints
#13372 opened Sep 9, 2024 by maijun-sec
single_match shouldn't warn when matching on an explicit error type C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#13371 opened Sep 8, 2024 by stevenengler
ProTip! Add no:assignee to see everything that’s not assigned.