-
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
Suggestion of Area: New lints
explicit_infinite_iterator
for OneSidedRange
A-lint
#14913
opened May 28, 2025 by
alpaylan
Replace push_str with the corresponding operator
A-lint
Area: New lints
#14872
opened May 22, 2025 by
leonardo-m
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 suggestion: unused_macro_fragment
A-lint
Area: New lints
#14863
opened May 21, 2025 by
lolbinarycat
Suboptimal chaining of string-manipulation functions
A-lint
Area: New lints
#14849
opened May 19, 2025 by
matthiasbeyer
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
Lint idea: Area: New lints
missing_panic_message
A-lint
#14843
opened May 19, 2025 by
FirelightFlagboy
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
Deny imports from (configurable) modules
A-lint
Area: New lints
#14807
opened May 15, 2025 by
matthiasbeyer
Lint against passing &Box<dyn Any> to a function accepting &dyn Any
A-lint
Area: New lints
#14806
opened May 15, 2025 by
Ralith
Restriction Lint for static / const arrays filled with a non-zero value
A-lint
Area: New lints
#14805
opened May 15, 2025 by
llogiq
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
Lint for unintentionally using default trait implementations
A-lint
Area: New lints
#14728
opened May 3, 2025 by
GnomedDev
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
[Configurable Lint] Ordering of doc-comments/attributes
A-lint
Area: New lints
#14691
opened Apr 25, 2025 by
spanishpear
Don't use Area: New lints
.to_string()
for hardcoded strings where possible.
A-lint
#14649
opened Apr 18, 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
Suggest using a range iterator instead of casting Area: New lints
enumerate()
A-lint
#14560
opened Apr 7, 2025 by
kpreid
Previous Next
ProTip!
Find all open issues with in progress development work with linked:pr.