-
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
Clippy does not respect rules to allow Category: Clippy is not doing the correct thing
uninlined_format_args
C-bug
#14694
opened Apr 26, 2025 by
rayokamoto
manual_flatten
doesn't follow its suggestion to remove if let
statement leading to broken code
C-bug
#14692
opened Apr 25, 2025 by
ulrichstark
[Configurable Lint] Ordering of doc-comments/attributes
A-lint
Area: New lints
#14691
opened Apr 25, 2025 by
spanishpear
Manual slice fill false positive/suggestion makes it fail
C-bug
Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
#14685
opened Apr 24, 2025 by
kayagokalp
confusing clippy suggestion for Category: Clippy is not doing the correct thing
C-enhancement
Category: Enhancement of lints, like adding more cases or adding help messages
zero_repeat_side_effects
C-bug
#14681
opened Apr 23, 2025 by
glorv
error: expected identifier, found Category: Clippy is not doing the correct thing
$
C-bug
#14680
opened Apr 23, 2025 by
darthur11
zombie_processes: false positive with returns inside closures
C-bug
Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
#14677
opened Apr 23, 2025 by
jgallagher
[False Positive] Regarding adding const to a function that can't be const
C-bug
Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
#14658
opened Apr 20, 2025 by
leonardo-m
[False Positive] About removing a into_iter() from an ops::Range
C-bug
Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
#14656
opened Apr 20, 2025 by
leonardo-m
Getting "unknown lint: Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
clippy::elidable_lifetime_names
" using clippy 1.85.1
C-bug
#14653
opened Apr 19, 2025 by
corneliusroemer
integer_division
false negative for NonZero
denominators
C-bug
#14652
opened Apr 19, 2025 by
SLUCHABLUB
Don't use Area: New lints
.to_string()
for hardcoded strings where possible.
A-lint
#14649
opened Apr 18, 2025 by
MCJOHN974
Incorrect macro handling in various loop lints
C-bug
Category: Clippy is not doing the correct thing
#14630
opened Apr 16, 2025 by
samueltardieu
unnecessary_cast
false negative with rust-src
installed
C-bug
#14625
opened Apr 16, 2025 by
Catamantaloedis
comparison_chain
: don't warn unless all branches are used
C-enhancement
#14624
opened Apr 16, 2025 by
tgross35
cargo clippy --fix
don't remove redundant mut
C-enhancement
#14617
opened Apr 15, 2025 by
MCJOHN974
match_like_matches_macro
should offer str comparison
C-bug
#14612
opened Apr 15, 2025 by
nyurik
Don't lint rustfmt deprecated_cfg_attr on expr
C-bug
Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
#14606
opened Apr 14, 2025 by
A4-Tacks
Previous Next
ProTip!
Type g i on any issue or pull request to go back to the issue listing page.