Skip to content

Issues: rust-lang/rust-clippy

[Roadmap] False Positive Rate
#6623 by flip1995 was closed Sep 20, 2024
Closed 12
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

unnecessary_cast false negative: parameter vs. local 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
#13495 opened Oct 3, 2024 by ojeda
unnecessary_cast: core::ffi::c_* cases 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
#13494 opened Oct 3, 2024 by ojeda
clippy::missing-assert-message gives false positive C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#13490 opened Oct 2, 2024 by insideoutclub
ptr_arg should not warn about &mut Vec<T> for underscore prefixed 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
#13489 opened Oct 2, 2024 by cmrschwarz
False needless_return trigger + 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
#13486 opened Oct 1, 2024 by zeenix
Warn for mem::transmute of no repr(C) structs A-lint Area: New lints
#13483 opened Oct 1, 2024 by leonardo-m
ICE during to invalid metadata C-bug Category: Clippy is not doing the correct thing I-ICE Issue: Clippy panicked, giving an Internal Compilation Error (ICE) ❄️
#13482 opened Oct 1, 2024 by therealprof
Warn against here-links in doc comments A-lint Area: New lints
#13480 opened Sep 30, 2024 by SabrinaJewson
rustc 1.83.0-nightly clippy wrongly report needless_return C-bug Category: Clippy is not doing the correct thing
#13479 opened Sep 30, 2024 by yipu3
FP: used_underscore_items lints on debatably legitimate use-cases C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#13478 opened Sep 30, 2024 by mkrasnitski
New lint: documenting types’ generic parameters A-lint Area: New lints
#13477 opened Sep 29, 2024 by kpreid
False positive: myvec.as_ptr() allegedly doesn't exist for MSRV < 1.37 C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#13473 opened Sep 28, 2024 by mgeier
clippy --fix "failed to automatically apply fixes suggested by rustc" C-bug Category: Clippy is not doing the correct thing
#13470 opened Sep 28, 2024 by tommythorn
Clippy Uneeded Return C-bug Category: Clippy is not doing the correct thing
#13467 opened Sep 27, 2024 by cycle-five
unused_async doesn't trigger if the function is passed into another function 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
#13466 opened Sep 26, 2024 by junbl
Incorrect clippy::needless_return on async tests in 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
#13458 opened Sep 26, 2024 by amircodota
wrong: warning: unneeded return statement C-bug Category: Clippy is not doing the correct thing
#13457 opened Sep 26, 2024 by yiyue-reimu
False negative - unwrap_used doesn't trigger on macros that return Result 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
#13455 opened Sep 25, 2024 by junbl
unwrap_used lint should check Option::is_some 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
#13450 opened Sep 24, 2024 by stoneman258
clippy::write_literal should suggest using write_str for fmt::Write C-bug Category: Clippy is not doing the correct thing
#13449 opened Sep 24, 2024 by maia-s
ProTip! Mix and match filters to narrow down what you’re looking for.