Skip to content

Issues: rust-lang/rust-clippy

Most commonly ignored lints on crates.io
#7666 by dtolnay was closed Oct 9, 2022
Closed 23
Beta
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::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
mutex_integer suggests using AtomicIsize over Mutex<i128> C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#9872 by chorman0773 was closed Dec 30, 2023
couple of lints missing from wiki A-documentation Area: Adding or improving documentation
#467 by durka was closed Dec 14, 2015
11 tasks done
ProTip! Exclude everything labeled bug with -label:bug.