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

needless_raw_strings, needless_raw_string_hashes: False negative with macros 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
#13503 opened Oct 5, 2024 by musjj
clippy --fix -- -Dwarnings does not fail on warnings C-bug Category: Clippy is not doing the correct thing
#13502 opened Oct 5, 2024 by ilyagr
duplicated_attributes erroneously reports when two different attributes have the same reason text C-bug Category: Clippy is not doing the correct thing
#13500 opened Oct 4, 2024 by ShakenCodes
lint agains using pub(crate) in the crate root A-lint Area: New lints
#13498 opened Oct 4, 2024 by lolbinarycat
Wrong unused_result_ok version C-bug Category: Clippy is not doing the correct thing
#13497 opened Oct 4, 2024 by TomFryersMidsummer
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
ProTip! Updated in the last three days: updated:>2024-10-02.