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

Simplify if-let-Some-else-None using question mark operator C-enhancement Category: Enhancement of lints, like adding more cases or adding help messages
#13626 opened Oct 29, 2024 by qsantos
False positive: cow and into_owned C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#13624 opened Oct 29, 2024 by Hofer-Julian
Prefer Display over Debug formatting A-lint Area: New lints
#13621 opened Oct 28, 2024 by BenjaminBrienen
Suboptimal suggestion from implied_bounds_in_impls when adding bounds to associated type C-bug Category: Clippy is not doing the correct thing
#13617 opened Oct 28, 2024 by progval
Rust 2024 match ergonomics and needless_borrowed_reference A-category Area: Categorization of lints C-enhancement Category: Enhancement of lints, like adding more cases or adding help messages D-confusing I-nominated Issue: Nominated to be discussed at the next Clippy meeting S-needs-discussion Status: Needs further discussion before merging or work can be started
#13616 opened Oct 28, 2024 by traviscross
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
ProTip! Find all open issues with in progress development work with linked:pr.