-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Issues: rust-lang/rust-clippy
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
Label
Projects
Milestones
Assignee
Sort
Issues list
#[expect(clippy::non_std_lazy_statics)]
does not correctly suppress lint on types
C-bug
#14729
opened May 3, 2025 by
pufferfish101007
Lint for unintentionally using default trait implementations
A-lint
Area: New lints
#14728
opened May 3, 2025 by
GnomedDev
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
#14725
opened May 2, 2025 by
amab8901
collapsible_else_if
lint false positive
C-bug
#14722
opened May 1, 2025 by
sabify
manual_unwrap_or_default
suggested when ref
keyword is used
C-bug
#14716
opened Apr 30, 2025 by
mrclmh
suggestions for Category: Clippy is not doing the correct thing
unnecessary_map_or
suggest unnecessary parentheses
C-bug
#14714
opened Apr 30, 2025 by
m4rch3n1ng
suggest Category: Clippy is not doing the correct thing
I-false-negative
Issue: The lint should have been triggered on code, but wasn't
== Some(
for is_some_and
if possible
C-bug
#14713
opened Apr 30, 2025 by
m4rch3n1ng
Lifetime error following Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
unnecessary_to_owned
going from .to_vec().into_iter()
to .iter().copied()
C-bug
#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
Disallow item usage by configurable paths (possibly created by Area: New lints
extern crate self as xxx;
)
A-lint
#14706
opened Apr 29, 2025 by
m4tx
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
Multi branch extract equalty result expression in block
A-lint
Area: New lints
#14699
opened Apr 28, 2025 by
A4-Tacks
self_named_module_files
implementation is broken
C-bug
#14697
opened Apr 27, 2025 by
TimNN
unfulfilled_lint_expectation
warns on a lint that happens at MSRV but not at nightly
C-bug
#14695
opened Apr 27, 2025 by
ilyagr
Clippy does not respect rules to allow Category: Clippy is not doing the correct thing
uninlined_format_args
C-bug
#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
#14692
opened Apr 25, 2025 by
ulrichstark
[Configurable Lint] Ordering of doc-comments/attributes
A-lint
Area: New lints
#14691
opened Apr 25, 2025 by
spanishpear
confusing clippy suggestion for Category: Clippy is not doing the correct thing
C-enhancement
Category: Enhancement of lints, like adding more cases or adding help messages
zero_repeat_side_effects
C-bug
#14681
opened Apr 23, 2025 by
glorv
error: expected identifier, found Category: Clippy is not doing the correct thing
$
C-bug
#14680
opened Apr 23, 2025 by
darthur11
Previous Next
ProTip!
Type g i on any issue or pull request to go back to the issue listing page.