-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Lint suggestion: Category: Enhancement of lints, like adding more cases or adding help messages
good first issue
These issues are a good way to get started with Clippy
duplicate_impl_blocks
C-enhancement
#14867
opened May 22, 2025 by
amab8901
Suggestion for Category: Enhancement of lints, like adding more cases or adding help messages
good first issue
These issues are a good way to get started with Clippy
useless_conversion
with .into_iter()
could be better
C-enhancement
#14847
opened May 19, 2025 by
samueltardieu
New lint: Prefer Area: New lints
C-enhancement
Category: Enhancement of lints, like adding more cases or adding help messages
.unwrap_or(0)
over .unwrap_or_default()
A-lint
#14779
opened May 11, 2025 by
nik-rev
Add support for Category: Enhancement of lints, like adding more cases or adding help messages
cfg
field for disallowed_*
lints
C-enhancement
#14760
opened May 8, 2025 by
nik-rev
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
comparison_chain
: don't warn unless all branches are used
C-enhancement
#14624
opened Apr 16, 2025 by
tgross35
cargo clippy --fix
don't remove redundant mut
C-enhancement
#14617
opened Apr 15, 2025 by
MCJOHN974
Add suggestion for Category: Enhancement of lints, like adding more cases or adding help messages
L-suggestion
Lint: Improving, adding or fixing lint suggestions
format_push_string
C-enhancement
#14551
opened Apr 4, 2025 by
mi2ebi
split Area: New lints
C-enhancement
Category: Enhancement of lints, like adding more cases or adding help messages
redundant_type_annotations
into "redundant" and "unnecessary" flavors
A-lint
#14390
opened Mar 11, 2025 by
eric-seppanen
Idea: Allow Category: Enhancement of lints, like adding more cases or adding help messages
#[allow(clippy::mutable_key_type)]
on type definitions
C-enhancement
#13865
opened Dec 22, 2024 by
anko
Add Area: Clippy interface, usage and configuration
C-enhancement
Category: Enhancement of lints, like adding more cases or adding help messages
L-restriction
Lint: Belongs in the restriction lint group
allow-disallowed-*-in-tests
configuration items
A-ui
#13790
opened Dec 6, 2024 by
PaulDance
Don't emit ptr_arg warning about unused function arguments
C-enhancement
Category: Enhancement of lints, like adding more cases or adding help messages
I-false-positive
Issue: The lint was triggered on code it shouldn't have
#13728
opened Nov 25, 2024 by
orlp
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
Rust 2024 match ergonomics and Area: Categorization of lints
C-enhancement
Category: Enhancement of lints, like adding more cases or adding help messages
D-confusing
S-needs-discussion
Status: Needs further discussion before merging or work can be started
needless_borrowed_reference
A-category
#13616
opened Oct 28, 2024 by
traviscross
"Lint reasons are experimental" not flagged by clippy for rust-version without support for them
C-enhancement
Category: Enhancement of lints, like adding more cases or adding help messages
#13406
opened Sep 17, 2024 by
IceTDrinker
Suggest Category: Enhancement of lints, like adding more cases or adding help messages
String::into_bytes()
to replace as_bytes().to_owned()
when the String
can be consumed
C-enhancement
#13318
opened Aug 28, 2024 by
kupiakos
MSRV-aware Category: Enhancement of lints, like adding more cases or adding help messages
I-false-positive
Issue: The lint was triggered on code it shouldn't have
std_instead_of_core
C-enhancement
#13158
opened Jul 25, 2024 by
kpreid
Feature request: ability to only lint a specific file
C-enhancement
Category: Enhancement of lints, like adding more cases or adding help messages
#13103
opened Jul 15, 2024 by
lolbinarycat
Separate Category: Enhancement of lints, like adding more cases or adding help messages
check-private-items
configuration for different lints
C-enhancement
#13074
opened Jul 8, 2024 by
mladedav
consider making clippy_lints into a dylib for faster recompilation.
C-enhancement
Category: Enhancement of lints, like adding more cases or adding help messages
#12977
opened Jun 22, 2024 by
lolbinarycat
Different trade-offs for Category: Enhancement of lints, like adding more cases or adding help messages
L-nursery
Lint: Currently in the nursery group
or_fun_call
false positives
C-enhancement
#12724
opened Apr 27, 2024 by
kornelski
map_flatten
could suggest filter(matches!())
in case of map( match { _ => Option }).flatten()
C-enhancement
#12644
opened Apr 7, 2024 by
matthiaskrgr
Tracking Issue: lints that lint against Category: Enhancement of lints, like adding more cases or adding help messages
C-tracking-issue
Category: Tracking Issue
good first issue
These issues are a good way to get started with Clippy
match
and if-let
s should be more consistent
C-enhancement
#12618
opened Apr 2, 2024 by
J-ZhengLi
arc_with_non_send_sync could indicate why inner type needs to become Send + Sync
C-enhancement
Category: Enhancement of lints, like adding more cases or adding help messages
#12608
opened Apr 1, 2024 by
hfiguiere
cargo clippy --help a bit confusing
C-enhancement
Category: Enhancement of lints, like adding more cases or adding help messages
#12578
opened Mar 28, 2024 by
ChrisJefferson
Previous Next
ProTip!
Adding no:label will show everything without a label.