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
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

#[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
Specifying reason in expect(clippy::needless_return) triggers false positive "this lint expectation is unfulfilled" C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#13366 opened Sep 7, 2024 by schuetzm
False positive with expect(clippy::collapsible_else_if) inside the else block C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#13365 opened Sep 7, 2024 by schuetzm
New lint: suspicious dependency range A-lint Area: New lints
#13362 opened Sep 6, 2024 by Kixunil
clippy::needless_maybe_sized emits a false positive on derived impls with Sized bounds C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#13360 opened Sep 6, 2024 by tertsdiepraam
False positive unfulfilled_lint_expectations for enum_glob_use with --all-targets or --tests C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#13358 opened Sep 6, 2024 by lnicola
transmute_ptr_to_ref wrongly suggests to use cast when the destination type is a DST 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
#13357 opened Sep 6, 2024 by antonilol
derived_hash_with_manual_eq: #[expect] doesn't suppress the lint but #[allow] does C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#13356 opened Sep 6, 2024 by xFrednet
duplicated_attributes false positive on lint reasons (and other attributes too) C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#13355 opened Sep 6, 2024 by kpreid
clippy-driver compiler error output differs from rustc C-bug Category: Clippy is not doing the correct thing
#13351 opened Sep 5, 2024 by atro7318
ProTip! Follow long discussions with comments:>50.