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

clippy::multiple_unsafe_ops_per_block and unused_unsafe not handled properly in nested unsafe calls/closures C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#13134 opened Jul 20, 2024 by meadowsys
lots of multiple_unsafe_ops_per_block after toolchain update C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#11312 by ferologics was closed Oct 17, 2023
ICE calling an unsafe function pointer retrieved from a trait associated constant C-bug Category: Clippy is not doing the correct thing I-ICE Issue: Clippy panicked, giving an Internal Compilation Error (ICE) ❄️
#10367 by yvt was closed Feb 28, 2023
multiple_unsafe_ops_per_block should not warn external 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
#10259 by taiki-e was closed Jan 30, 2023
Migrate to span_clippy_lint C-tracking-issue Category: Tracking Issue performance-project For issues and PRs related to the Clippy Performance Project
#7797 opened Oct 9, 2021 by camsteffen
3 tasks
ProTip! Exclude everything labeled bug with -label:bug.