-
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
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
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
"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
[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
false positive on chained re-exports of ffi C types with Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
disallowed-types
lint
C-bug
#14880
opened May 24, 2025 by
fidelicura
Stop suggesting alphabetic arrangement between different types of items (structs vs funcs vs mods etc)
C-bug
Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
#14875
opened May 23, 2025 by
amab8901
False Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
L-nursery
Lint: Currently in the nursery group
branches_sharing_code
for bodies with macro call(s)
C-bug
#14873
opened May 22, 2025 by
msix29
Stop triggering Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
similar_names
for 3-character names
C-bug
#14869
opened May 22, 2025 by
amab8901
cloned_ref_to_slice_refs
suggestion may cause error
C-bug
#14856
opened May 20, 2025 by
pv42
collapsible_else_if disregard platform code in else branch
C-bug
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-bug
Issue: The suggestion compiles but changes the code to behave in an unintended way
#14799
opened May 14, 2025 by
pronebird
Lifetime error following Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
unnecessary_to_owned
going from .to_vec().into_iter()
to .iter().copied()
C-bug
#14711
opened Apr 30, 2025 by
ginnyTheCat
self_named_module_files
implementation is broken
C-bug
#14697
opened Apr 27, 2025 by
TimNN
unfulfilled_lint_expectation
warns on a lint that happens at MSRV but not at nightly
C-bug
#14695
opened Apr 27, 2025 by
ilyagr
[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
Previous Next
ProTip!
Follow long discussions with comments:>50.