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 issue with #[wasm_bindgen] C-bug Category: Clippy is not doing the correct thing
#13606 opened Oct 26, 2024 by WenqingZong
Overindented lines lint (similar to doc_lazy_continuation) A-lint Area: New lints
#13601 opened Oct 24, 2024 by ojeda
Prefer vec.truncate(x) over vec.drain(x..) A-lint Area: New lints
#13580 opened Oct 22, 2024 by Kither12
extra_unused_lifetimes false positive regression from 1.82 to 1.83 C-bug Category: Clippy is not doing the correct thing
#13578 opened Oct 21, 2024 by davidhewitt
needless_return doesn't trigger properly with tracing::instrument 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
#13577 opened Oct 21, 2024 by joshuachp
new lint: infallible TryFrom A-lint Area: New lints
#13576 opened Oct 21, 2024 by andrewbanchich
Overzealous clippy::needless_match with multiple chained if let blocks C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#13574 opened Oct 21, 2024 by scd31
Autofix explicit_counter_loop (MaybeIncorrect) produces invalid rust code. I-suggestion-causes-error Issue: The suggestions provided by this Lint cause an ICE/error when applied
#13572 opened Oct 20, 2024 by iago-lito
unsafe extern support (undocumented_unsafe_blocks?) A-lint Area: New lints
#13560 opened Oct 18, 2024 by ojeda
Consider publishing clippy_utils as a crates.io crate for others to reuse I-nominated Issue: Nominated to be discussed at the next Clippy meeting
#13556 opened Oct 16, 2024 by alice-i-cecile
Fixes for from_over_into and clone_on_copy conflict and lead to compiler error 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
#13549 opened Oct 14, 2024 by saites
Lint against Vec deref in Read::read A-lint Area: New lints
#13546 opened Oct 14, 2024 by GnomedDev
Eternal lint on a recursive tree C-bug Category: Clippy is not doing the correct thing
#13544 opened Oct 13, 2024 by ejjonny
match_same_arms reports same arm when strings in macro calls are different C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#13522 opened Oct 8, 2024 by ShakenCodes
[allow(clippy::disallowed_macros)] fails for proc-macro attributes C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#13521 opened Oct 8, 2024 by bnjbvr
"Linting profiles" for e.g. embedded development C-an-interesting-project Category: Interesting projects, that usually are more involved design/code wise.
#13519 opened Oct 8, 2024 by workingjubilee
The exit lint is emitted for test target but not for bin target C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#13518 opened Oct 7, 2024 by stormshield-guillaumed
Detect and Fix Overscope unsafe Block A-lint Area: New lints
#13515 opened Oct 7, 2024 by lwz23
ProTip! Updated in the last three days: updated:>2024-10-24.