-
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
Incorrect Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
unused_mut
in let
binding
C-bug
#13673
opened Nov 10, 2024 by
bartek358
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
Unused format string literals (string interpolation)
A-lint
Area: New lints
#13651
opened Nov 4, 2024 by
alice-i-cecile
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
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
False positive: Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
cow
and into_owned
C-bug
#13624
opened Oct 29, 2024 by
Hofer-Julian
clippy::never_loop: never loop is usefull when has break 'out
#13622
opened Oct 29, 2024 by
i18nsite
Prefer Area: New lints
Display
over Debug
formatting
A-lint
#13621
opened Oct 28, 2024 by
BenjaminBrienen
Suboptimal suggestion from implied_bounds_in_impls when adding bounds to associated type
C-bug
Category: Clippy is not doing the correct thing
#13617
opened Oct 28, 2024 by
progval
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
I-nominated
Issue: Nominated to be discussed at the next Clippy meeting
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
clippy issue with #[wasm_bindgen]
C-bug
Category: Clippy is not doing the correct thing
#13606
opened Oct 26, 2024 by
WenqingZong
Unneeded Area: New lints
rust
as language in rustdoc
's documentation examples
A-lint
#13604
opened Oct 25, 2024 by
ojeda
Previous Next
ProTip!
What’s not been updated in a month: updated:<2024-10-09.