-
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
Documentation
C-bug
Category: Clippy is not doing the correct thing
#13822
opened Dec 12, 2024 by
ShakenCodes
Clippy shall always show the lint name involved in a diagnostic
#13816
opened Dec 11, 2024 by
Kannen
cast_possible_truncation suggestion problem
C-bug
Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
#13814
opened Dec 11, 2024 by
leonardo-m
identity_op
in some scenarios
C-bug
#13813
opened Dec 11, 2024 by
pacak
extra_unused_lifetimes
does not warn on spurious for<'a>
I-false-negative
#13812
opened Dec 11, 2024 by
jrose-signal
Incorrect warning Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
explicit lifetimes could be elided
C-bug
#13811
opened Dec 11, 2024 by
ikezedev
Automatic fix fails for assert_eq! macros
C-bug
Category: Clippy is not doing the correct thing
I-suggestion-causes-error
Issue: The suggestions provided by this Lint cause an ICE/error when applied
#13806
opened Dec 10, 2024 by
yourlogarithm
unnecessary_unwrap
does not consider non-nested control flow
C-bug
#13805
opened Dec 10, 2024 by
kpreid
add a non-default lint to ban question mark operators for Option
A-lint
Area: New lints
#13804
opened Dec 9, 2024 by
sunshowers
Suggest using Area: New lints
match
or matches!
instead of ==
for composite data structures known at compile time (tuples, structs, arrays, ...)
A-lint
#13791
opened Dec 7, 2024 by
gaesa
Add Area: Clippy interface, usage and configuration
C-enhancement
Category: Enhancement of lints, like adding more cases or adding help messages
L-restriction
Lint: Belongs in the restriction lint group
allow-disallowed-*-in-tests
configuration items
A-ui
#13790
opened Dec 6, 2024 by
PaulDance
manual_str_repeat
should trigger for repeat_n
with msrv 1.82
C-bug
#13784
opened Dec 5, 2024 by
dylwil3
deref_addrof
conflicts with the suggestion of the rustc static_mut_refs
lint
#13783
opened Dec 4, 2024 by
de-vri-es
slow_vector_initialization
should recommend removing Vec::resize()
calls in addition to adding the size to the macro
C-bug
#13781
opened Dec 4, 2024 by
anp
[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
T-macros
Type: Issues with macros and macro expansion
needless_late_init
] suggestion doesn't compile when the initializing takes place inside macro
C-bug
#13776
opened Dec 4, 2024 by
J-ZhengLi
No span for clippy::large_stack_arrays
C-bug
Category: Clippy is not doing the correct thing
#13774
opened Dec 3, 2024 by
IceTDrinker
manual_let_else
suggests incorrect code change
C-bug
#13768
opened Dec 1, 2024 by
nyurik
Remove Area: New lints
.copied()
or .cloned()
when possible
A-lint
#13767
opened Dec 1, 2024 by
nyurik
Previous Next
ProTip!
Find all open issues with in progress development work with linked:pr.