-
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
needless_pass_by_value
false positive when value used in async move
block
C-bug
#13321
opened Aug 29, 2024 by
findepi
needless_pass_by_value
false positive on non-Copy enum when deconstructing with match
C-bug
#13320
by findepi
was closed Aug 30, 2024
needless_pass_by_value
: Wrongly emit on Rc values
C-bug
#13155
opened Jul 24, 2024 by
dev-ardi
Lint telling me to needlessly increase memory footprint
C-bug
Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
#12786
opened May 10, 2024 by
amab8901
needless_pass_by_value
cannot be controlled on a single parameter
C-bug
#12525
opened Mar 21, 2024 by
kpreid
Add a flag to exit with a non-zero status code on warnings
#12300
by SamirTalwar
was closed Feb 16, 2024
ICE: debug assertions: trait alias
C-bug
Category: Clippy is not doing the correct thing
I-ICE
Issue: Clippy panicked, giving an Internal Compilation Error (ICE) ❄️
#11337
by matthiaskrgr
was closed Aug 24, 2023
ICE: Category: Clippy is not doing the correct thing
I-ICE
Issue: Clippy panicked, giving an Internal Compilation Error (ICE) ❄️
index out of bounds: the len is 0 but the index is 0
snapshot_vec
C-bug
#10374
by matthiaskrgr
was closed Aug 3, 2024
Internal Compiler Error for
needless_pass_by_value
: cannot relate region: ReErased
#10344
by base0x10
was closed Feb 15, 2023
needless_pass_by_value
shouldn't trigger custom types with generics
C-bug
#10077
by c410-f3r
was closed Jan 5, 2023
map_entry causes error: unable to infer None type
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-error
Issue: The suggestions provided by this Lint cause an ICE/error when applied
#9973
opened Nov 28, 2022 by
matthiaskrgr
ICE: type parameter Category: Clippy is not doing the correct thing
I-ICE
Issue: Clippy panicked, giving an Internal Compilation Error (ICE) ❄️
Args/#1
(Args/1) out of range when substituting, substs=[dyn std::ops::FnOnce()]
C-bug
#9459
by matthiaskrgr
was closed Sep 25, 2022
needless_pass_by_value
FP that errors once actioned because of trait bounds (Bevy)
C-bug
#8940
opened Jun 4, 2022 by
Kage-Yami
False positive/invalid suggestion from needless_pass_by_value when capturing Copy fields in 2021
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-error
Issue: The suggestions provided by this Lint cause an ICE/error when applied
#7879
opened Oct 25, 2021 by
saethlin
Most commonly ignored lints on crates.io
A-category
Area: Categorization of lints
C-tracking-issue
Category: Tracking Issue
S-needs-discussion
Status: Needs further discussion before merging or work can be started
#7666
by dtolnay
was closed Oct 9, 2022
needless_pass_by_value for Issue: The lint was triggered on code it shouldn't have
Option<&_>
types?
I-false-positive
#7456
opened Jul 13, 2021 by
solarretrace
needless_pass_by_value
flags underscore-prefixed arguments
C-bug
#7295
by rileyshahar
was closed Aug 25, 2024
CLI deprecation false positive
C-bug
Category: Clippy is not doing the correct thing
#6879
by emilk
was closed Mar 18, 2021
redundant_clone: false positive using ToOwned
C-enhancement
Category: Enhancement of lints, like adding more cases or adding help messages
E-medium
Call for participation: Medium difficulty level problem and requires some initial experience.
L-suggestion
Lint: Improving, adding or fixing lint suggestions
#6729
opened Feb 12, 2021 by
nicomem
[Roadmap] Lint groups
A-category
Area: Categorization of lints
C-enhancement
Category: Enhancement of lints, like adding more cases or adding help messages
C-tracking-issue
Category: Tracking Issue
P-low
Priority: Low
#6626
opened Jan 22, 2021 by
flip1995
3 of 7 tasks
catch suspicious clones: let foo = foo.clone(); (to appease borrowck)
A-lint
Area: New lints
E-medium
Call for participation: Medium difficulty level problem and requires some initial experience.
L-perf
Lint: Belongs in the perf lint group
#5904
opened Aug 13, 2020 by
matthiaskrgr
Previous Next
ProTip!
Adding no:label will show everything without a label.