-
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
Prefixed attributes are not detected as duplicated
C-bug
Category: Clippy is not doing the correct thing
good first issue
These issues are a good way to get started with Clippy
I-false-negative
Issue: The lint should have been triggered on code, but wasn't
#14942
opened May 31, 2025 by
samueltardieu
Move Area: Categorization of lints
good first issue
These issues are a good way to get started with Clippy
excessive_nesting
to pedantic
A-category
#14923
opened May 30, 2025 by
Centri3
Result::unwrap_or_default()
suggested for MSRV < 1.16
C-bug
#14876
opened May 23, 2025 by
samueltardieu
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
Suggest Area: New lints
good first issue
These issues are a good way to get started with Clippy
A && B
for if A { B } else { false }
A-lint
#14865
opened May 21, 2025 by
scottmcm
lint idea: Area: New lints
good first issue
These issues are a good way to get started with Clippy
useless_default_generic_parameters
A-lint
#14848
opened May 19, 2025 by
y86-dev
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
Suggest Area: New lints
good first issue
These issues are a good way to get started with Clippy
LOCALHOST
A-lint
#14819
opened May 16, 2025 by
Rudxain
cargo clippy --fix
don't remove redundant mut
C-enhancement
#14617
opened Apr 15, 2025 by
MCJOHN974
Add Area: New lints
good first issue
These issues are a good way to get started with Clippy
unnecessary_option_map_or_else
A-lint
#14588
opened Apr 11, 2025 by
sorairolake
cast_lossless
not triggered by char as u32
C-bug
#14469
opened Mar 25, 2025 by
y86-dev
Unneded iter for loop
A-lint
Area: New lints
good first issue
These issues are a good way to get started with Clippy
#14430
opened Mar 18, 2025 by
Snowiiii
Refactor the Call for participation: Help is requested to fix this issue.
good first issue
These issues are a good way to get started with Clippy
clippy_lints/src/strings.rs
file
E-help-wanted
#14253
opened Feb 19, 2025 by
samueltardieu
std_wildcard_imports
to lint against use std::mod::*
A-lint
#13961
opened Jan 7, 2025 by
tgross35
min_ident_chars
triggers on implementation block for foreign traits
C-bug
#13396
opened Sep 14, 2024 by
Passeriform
Tracking Issue: Fix auto-applicable lint suggestions by using multipart suggestions
C-tracking-issue
Category: Tracking Issue
E-medium
Call for participation: Medium difficulty level problem and requires some initial experience.
good first issue
These issues are a good way to get started with Clippy
#13099
opened Jul 15, 2024 by
flip1995
12 of 13 tasks
Deny Area: New lints
good first issue
These issues are a good way to get started with Clippy
static mut
declarations entirely
A-lint
#12896
opened Jun 6, 2024 by
pitaj
Add lints against more manual integer ops where direct methods exist
A-lint
Area: New lints
good first issue
These issues are a good way to get started with Clippy
#12894
opened Jun 6, 2024 by
ivan-shrimp
1 of 10 tasks
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
Ban Stacked Area: New lints
good first issue
These issues are a good way to get started with Clippy
if
's
A-lint
#12483
opened Mar 14, 2024 by
bushrat011899
unusual_byte_groupings triggers for binary literals
C-bug
Category: Clippy is not doing the correct thing
good first issue
These issues are a good way to get started with Clippy
I-false-positive
Issue: The lint was triggered on code it shouldn't have
#11749
opened Nov 2, 2023 by
sdroege
Have a lint against usize-to-u64 casts (or, against *all* integer casts)
A-lint
Area: New lints
good first issue
These issues are a good way to get started with Clippy
#9231
opened Jul 23, 2022 by
RalfJung
blacklisted_name should not be triggered in tests
C-bug
Category: Clippy is not doing the correct thing
good first issue
These issues are a good way to get started with Clippy
I-false-positive
Issue: The lint was triggered on code it shouldn't have
#8986
opened Jun 11, 2022 by
tamaroning
map_clone should not suggest copied() for MSRV < 1.36
C-bug
Category: Clippy is not doing the correct thing
good first issue
These issues are a good way to get started with Clippy
I-false-positive
Issue: The lint was triggered on code it shouldn't have
#8623
opened Apr 2, 2022 by
djc
or_fun_call
isn't always a performance lint
A-category
#8574
opened Mar 22, 2022 by
hrxi
Previous Next
ProTip!
Type g i on any issue or pull request to go back to the issue listing page.