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

#[expect(clippy::non_std_lazy_statics)] does not correctly suppress lint on types C-bug Category: Clippy is not doing the correct thing
#14729 opened May 3, 2025 by pufferfish101007
Clippy suggestion for async closure call is not correct and won't compile C-bug Category: Clippy is not doing the correct thing
#14727 opened May 3, 2025 by nbittich
unnecessary_unwrap doesn't lint following a binding name 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
#14725 opened May 2, 2025 by amab8901
collapsible_else_if lint 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
#14722 opened May 1, 2025 by sabify
manual_unwrap_or_default suggested when ref keyword is used C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have I-suggestion-causes-error Issue: The suggestions provided by this Lint cause an ICE/error when applied
#14716 opened Apr 30, 2025 by mrclmh
suggestions for unnecessary_map_or suggest unnecessary parentheses C-bug Category: Clippy is not doing the correct thing
#14714 opened Apr 30, 2025 by m4rch3n1ng
suggest == Some( for is_some_and if possible 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
#14713 opened Apr 30, 2025 by m4rch3n1ng
Lifetime error following unnecessary_to_owned going from .to_vec().into_iter() to .iter().copied() C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#14711 opened Apr 30, 2025 by ginnyTheCat
rust panick on running cargo clippy on risingwave C-bug Category: Clippy is not doing the correct thing I-ICE Issue: Clippy panicked, giving an Internal Compilation Error (ICE) ❄️
#14709 opened Apr 30, 2025 by lyang24
[Perf] Most time-consuming lints C-an-interesting-project Category: Interesting projects, that usually are more involved design/code wise. performance-project For issues and PRs related to the Clippy Performance Project
#14707 opened Apr 29, 2025 by blyxyas
unused_async for an async fn in a trait C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#14704 opened Apr 28, 2025 by onlycs
Useless by ref lint A-lint Area: New lints
#14701 opened Apr 28, 2025 by leonardo-m
self_named_module_files implementation is broken 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 I-false-positive Issue: The lint was triggered on code it shouldn't have
#14697 opened Apr 27, 2025 by TimNN
unfulfilled_lint_expectation warns on a lint that happens at MSRV but not at 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
#14695 opened Apr 27, 2025 by ilyagr
Clippy does not respect rules to allow uninlined_format_args C-bug Category: Clippy is not doing the correct thing
#14694 opened Apr 26, 2025 by rayokamoto
manual_flatten doesn't follow its suggestion to remove if let statement leading to broken code 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
#14692 opened Apr 25, 2025 by ulrichstark
Suggest using == instead of matches! A-lint Area: New lints
#14688 opened Apr 24, 2025 by emilk
Overzealous uninlined_format_args
#14686 opened Apr 24, 2025 by sebschmi
confusing clippy suggestion for zero_repeat_side_effects C-bug Category: Clippy is not doing the correct thing C-enhancement Category: Enhancement of lints, like adding more cases or adding help messages
#14681 opened Apr 23, 2025 by glorv
error: expected identifier, found $ C-bug Category: Clippy is not doing the correct thing
#14680 opened Apr 23, 2025 by darthur11
Suggest using let-chains A-lint Area: New lints
#14678 opened Apr 23, 2025 by nickdrozd
ProTip! Type g i on any issue or pull request to go back to the issue listing page.