-
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
New lint that suggests the use of mixed type operations like wrapping_sub_unsigned
A-lint
Area: New lints
#13715
opened Nov 21, 2024 by
leonardo-m
Formalize a Clippy benchmarking tool + Server
performance-project
For issues and PRs related to the Clippy Performance Project
#13714
opened Nov 20, 2024 by
blyxyas
Configure clippy lints further with the
[lints]
table.
C-feature-request
S-triage
#13712
opened Nov 20, 2024 by
jalil-salame
ICE: Category: Clippy is not doing the correct thing
I-ICE
Issue: Clippy panicked, giving an Internal Compilation Error (ICE) ❄️
expected assoc type binding
C-bug
#13706
opened Nov 19, 2024 by
y21
List item in doc comment starting with escaped Category: Clippy is not doing the correct thing
I-false-negative
Issue: The lint should have been triggered on code, but wasn't
I-false-positive
Issue: The lint was triggered on code it shouldn't have
[
makes clippy calculate indent wrong
C-bug
#13705
opened Nov 19, 2024 by
maia-s
clippy::indexing_slicing
does not report slicing on &str
A-documentation
#13703
opened Nov 18, 2024 by
link2xt
Suggest to replace Area: New lints
int_as_float.log{|2|10}().floor() as u32
with int.ilog{|2|10}()
A-lint
#13699
opened Nov 17, 2024 by
sorairolake
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
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
Previous Next
ProTip!
Type g i on any issue or pull request to go back to the issue listing page.