-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
clippy --fix deleting informational comments
C-bug
Category: Clippy is not doing the correct thing
#13692
opened Nov 15, 2024 by
swanandx
Warn on usages of Area: New lints
SliceIndex
on String
/[str]
to prevent panics.
A-lint
#13690
opened Nov 14, 2024 by
CinchBlue
Detect use of unnecessary Area: New lints
dyn
in function parameter
A-lint
#13685
opened Nov 14, 2024 by
tabokie
failed to automatically apply fixes suggested by rustc to crate Category: Clippy is not doing the correct thing
DEL2
C-bug
#13683
opened Nov 14, 2024 by
magnetophon
redundant_guards suggests change that doesn't compile for matching on CStr
C-bug
Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
#13681
opened Nov 13, 2024 by
Supreeeme
Lint against patterns like Area: New lints
<Result<_,_> as anyhow::Context>::context(r, &format!("...", ...))
in favor of .with_context(|| ...)
A-lint
#13678
opened Nov 12, 2024 by
anp
redundant_pub_crate conflicts with pub use mod::*
C-bug
Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
#13676
opened Nov 11, 2024 by
erenon
A lint for diverging expressions in else-case to encourage early retuns (and similar)
A-lint
Area: New lints
#13674
opened Nov 10, 2024 by
porky11
Option::as_mut
followed by Option::take
is a foot-gun
A-lint
#13671
opened Nov 9, 2024 by
thomaseizinger
new_without_default could include blanket impls
A-lint
Area: New lints
#13668
opened Nov 9, 2024 by
CGamesPlay
Suggest Area: New lints
cast_const()
for *mut
to *const
coercions (similar to ptr_cast_constness
)
A-lint
#13667
opened Nov 8, 2024 by
ojeda
Detect Area: New lints
:emoji:
in documentation and suggest using Unicode emoji directly
A-lint
#13666
opened Nov 8, 2024 by
joshtriplett
Make unreadable_literal useful even when we use numbers with two decimals
A-lint
Area: New lints
#13663
opened Nov 7, 2024 by
frederikhors
Make Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
suspicious_arithmetic_impl
understand multiplicative inverses
C-bug
#13652
opened Nov 4, 2024 by
raphlinus
Clippy fix makes breaking change on warning: usage of Category: Clippy is not doing the correct thing
contains_key
followed by insert
on a HashMap
C-bug
#13649
opened Nov 3, 2024 by
dchen5022
clippy::question_mark
ignores #[cfg]
-ed out statements in let-else
C-bug
#13642
opened Nov 1, 2024 by
GoldsteinE
clippy::non-canonical-partial-ord-impl warns if Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
self.cmp(other).into()
instead of Some(self.cmp(other))
is used
C-bug
#13640
opened Oct 31, 2024 by
Holzhaus
Previous Next
ProTip!
no:milestone will show everything without a milestone.