-
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
Add a lint to check for functions/methods that could be From
A-lint
Area: New lints
#14018
opened Jan 17, 2025 by
FalkWoldmann
Restriction lint for unsealed traits
A-lint
Area: New lints
L-restriction
Lint: Belongs in the restriction lint group
#14006
opened Jan 16, 2025 by
Manishearth
u8::max as usize
instead of u8::MAX as usize
should warn
A-lint
#13973
opened Jan 9, 2025 by
theemathas
Package offers easily confusable features
A-lint
Area: New lints
#13969
opened Jan 9, 2025 by
obi1kenobi
Suggest to remove unneeded trailing comma
A-lint
Area: New lints
#13965
opened Jan 9, 2025 by
nyurik
Lint to warn on use of Area: New lints
#[deny(lint)]
in code
A-lint
#13963
opened Jan 8, 2025 by
epage
std_wildcard_imports
to lint against use std::mod::*
A-lint
#13961
opened Jan 7, 2025 by
tgross35
Prematurely lint against const numbers that would trigger Area: New lints
overflowing_literals
on platforms with smaller usize
/isize
s
A-lint
#13943
opened Jan 4, 2025 by
paolobarbolini
Add lint for Apple Area: New lints
cfg
s that might want to be more general
A-lint
#13939
opened Jan 4, 2025 by
madsmtm
Suggest Area: New lints
Arc::unwrap_or_clone()
when appropriate
A-lint
#13917
opened Dec 31, 2024 by
cdisselkoen
Lint against return position Area: New lints
impl Trait
returning ()
A-lint
#13909
opened Dec 30, 2024 by
kpreid
unused or repeated assign to the same index
A-lint
Area: New lints
#13908
opened Dec 30, 2024 by
bingmatv
Missing Area: New lints
must_use
on type implementing Future
A-lint
#13886
opened Dec 27, 2024 by
CryZe
new lint rule - dublicate generics in Area: New lints
where
A-lint
#13876
opened Dec 25, 2024 by
ArtemIsmagilov
Lint suggestion: Area: New lints
assume_init_mut
passed to drop_in_place
A-lint
#13860
opened Dec 20, 2024 by
clarfonthey
Previous Next
ProTip!
no:milestone will show everything without a milestone.