-
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
comparison_chain vs. const generics
C-bug
Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
#14936
opened May 30, 2025 by
jcape
Stack overflow when using recursive type and conditions
C-bug
Category: Clippy is not doing the correct thing
I-ICE
Issue: Clippy panicked, giving an Internal Compilation Error (ICE) ❄️
#14935
opened May 30, 2025 by
supersurviveur
FP borrow_deref_ref
C-bug
Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
#14934
opened May 30, 2025 by
matthiaskrgr
FP explicit_deref_methods mutability
C-bug
Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
#14933
opened May 30, 2025 by
matthiaskrgr
FP identity_op does not catch type hint is needed
C-bug
Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
#14932
opened May 30, 2025 by
matthiaskrgr
FP manual_swap : mutability mismatch
C-bug
Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
#14931
opened May 30, 2025 by
matthiaskrgr
FP print_literal
C-bug
Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
#14930
opened May 30, 2025 by
matthiaskrgr
range_zip_with_len causes type mismatch
C-bug
Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
#14929
opened May 30, 2025 by
matthiaskrgr
FP redundant_pattern lifetime mismatch
C-bug
Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
#14928
opened May 30, 2025 by
matthiaskrgr
FP return_and_then
C-bug
Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
#14927
opened May 30, 2025 by
matthiaskrgr
FP semicolon_outside_block: macro
C-bug
Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
#14926
opened May 30, 2025 by
matthiaskrgr
FP single_match_else (lifetimes)
C-bug
Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
#14925
opened May 30, 2025 by
matthiaskrgr
FP unused_trait_names
C-bug
Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
#14924
opened May 30, 2025 by
matthiaskrgr
Move Area: Categorization of lints
good first issue
These issues are a good way to get started with Clippy
excessive_nesting
to pedantic
A-category
#14923
opened May 30, 2025 by
Centri3
[Feature] Hierarchical allow/deny configuration like Category: Interesting projects, that usually are more involved design/code wise.
.cargo/config.toml
C-an-interesting-project
#14922
opened May 30, 2025 by
bes
False positive in Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
I-suggestion-causes-error
Issue: The suggestions provided by this Lint cause an ICE/error when applied
unnecessary_to_owned
when a mutable borrow would cause a compiler error
C-bug
#14918
opened May 30, 2025 by
shssoichiro
Suggestion of Area: New lints
explicit_infinite_iterator
for OneSidedRange
A-lint
#14913
opened May 28, 2025 by
alpaylan
"spawned process is not Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
wait()
ed on in all code paths" when ?
used in chain call before spawn()
C-bug
#14911
opened May 28, 2025 by
lyskov
[PERF] Instantiations are getting too far
performance-project
For issues and PRs related to the Clippy Performance Project
#14902
opened May 26, 2025 by
blyxyas
33 tasks
cargo clippy --fix
tries to apply mul_add
but causes [E0689]
C-bug
#14897
opened May 25, 2025 by
nik-sm
[literal_string_with_formatting_args] support for Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
lazy_format
C-bug
#14894
opened May 25, 2025 by
madonuko
Auto fixes of Category: Clippy is not doing the correct thing
single_char_pattern
might fail to compile
C-bug
#14893
opened May 25, 2025 by
PRO-2684
ICE: byte index is not a char boundary
C-bug
Category: Clippy is not doing the correct thing
I-ICE
Issue: Clippy panicked, giving an Internal Compilation Error (ICE) ❄️
#14889
opened May 24, 2025 by
TroyKomodo
Previous Next
ProTip!
Adding no:label will show everything without a label.