Skip to content

Issues: rust-lang/rust-clippy

[Roadmap] False Positive Rate
#6623 by flip1995 was closed Sep 20, 2024
Closed 12
Most commonly ignored lints on crates.io
#7666 by dtolnay was closed Oct 9, 2022
Closed 23
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
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

needless_pass_by_value false positive when value used in async move block C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#13321 opened Aug 29, 2024 by findepi
needless_pass_by_value false positive on non-Copy enum when deconstructing with match C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#13320 by findepi was closed Aug 30, 2024
needless_pass_by_value: Wrongly emit on Rc values C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#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
lints to disable in tests L-tests Lint: Lints test code
#12581 opened Mar 28, 2024 by ijackson
needless_pass_by_value cannot be controlled on a single parameter C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#12525 opened Mar 21, 2024 by kpreid
Can't disable new struct_field_names lint
#12093 by ziimakc was closed Jan 6, 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: index out of bounds: the len is 0 but the index is 0 snapshot_vec C-bug Category: Clippy is not doing the correct thing I-ICE Issue: Clippy panicked, giving an Internal Compilation Error (ICE) ❄️
#10374 by matthiaskrgr was closed Aug 3, 2024
needless_pass_by_value shouldn't trigger custom types with 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
#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 Args/#1 (Args/1) out of range when substituting, substs=[dyn std::ops::FnOnce()] C-bug Category: Clippy is not doing the correct thing I-ICE Issue: Clippy panicked, giving an Internal Compilation Error (ICE) ❄️
#9459 by matthiaskrgr was closed Sep 25, 2022
needless_pass_by_value FP that errors once actioned because of trait bounds (Bevy) 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
#8940 opened Jun 4, 2022 by Kage-Yami
Unecessary mut reference in parameter A-lint Area: New lints
#8863 by emilk was closed Jul 9, 2023
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 Option<&_> types? I-false-positive Issue: The lint was triggered on code it shouldn't have
#7456 opened Jul 13, 2021 by solarretrace
needless_pass_by_value flags underscore-prefixed arguments C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#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
ProTip! Adding no:label will show everything without a label.