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

unnecessary_cast on as u64 for a c_ulong C-bug Category: Clippy is not doing the correct thing E-hard Call for participation: This a hard problem and requires more experience or effort to work on I-false-positive Issue: The lint was triggered on code it shouldn't have
#10555 opened Mar 27, 2023 by joshtriplett
Problem with cargo clippy --fix C-bug Category: Clippy is not doing the correct thing E-hard Call for participation: This a hard problem and requires more experience or effort to work on
#10718 opened Mar 7, 2023 by holtgrewe
[New Lint Request] If possible, suggest releasing sync locks early A-lint Area: New lints E-hard Call for participation: This a hard problem and requires more experience or effort to work on L-pedantic Lint: Belongs in the pedantic lint group L-restriction Lint: Belongs in the restriction lint group
#9399 opened Aug 30, 2022 by c410-f3r
or_fun_call suggestion causing error on temporary value C-bug Category: Clippy is not doing the correct thing E-hard Call for participation: This a hard problem and requires more experience or effort to work on 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
#9205 opened Jul 19, 2022 by J-ZhengLi
Lifetime conficts when recommending closures E-hard Call for participation: This a hard problem and requires more experience or effort to work on I-false-positive Issue: The lint was triggered on code it shouldn't have T-MIR Type: This lint will require working with the MIR
#8346 opened Jan 24, 2022 by Jarcho
Lint request: drop_flags A-lint Area: New lints E-hard Call for participation: This a hard problem and requires more experience or effort to work on L-restriction Lint: Belongs in the restriction lint group
#7025 opened Apr 3, 2021 by SoniEx2
await_holding_refcell_ref false negative when inside async block C-bug Category: Clippy is not doing the correct thing E-hard Call for participation: This a hard problem and requires more experience or effort to work on I-false-negative Issue: The lint should have been triggered on code, but wasn't
#6904 opened Mar 14, 2021 by omni-corp
suggestions for or_fun_call can cause a borrowck error: C-bug Category: Clippy is not doing the correct thing E-hard Call for participation: This a hard problem and requires more experience or effort to work on I-suggestion-causes-error Issue: The suggestions provided by this Lint cause an ICE/error when applied L-suggestion Lint: Improving, adding or fixing lint suggestions
#6761 opened Feb 18, 2021 by jyn514
if_same_then_else does not detect same if let expression C-enhancement Category: Enhancement of lints, like adding more cases or adding help messages E-hard Call for participation: This a hard problem and requires more experience or effort to work on I-false-negative Issue: The lint should have been triggered on code, but wasn't
#6702 opened Feb 9, 2021 by link2xt
match_single_binding is false positive on temporaries C-bug Category: Clippy is not doing the correct thing E-hard Call for participation: This a hard problem and requires more experience or effort to work on 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-MIR Type: This lint will require working with the MIR
#6614 opened Jan 21, 2021 by MikailBag
Incorrect suggestion for ptr_eq warning leads to vtable_address_comparisons error C-bug Category: Clippy is not doing the correct thing E-hard Call for participation: This a hard problem and requires more experience or effort to work on I-false-positive Issue: The lint was triggered on code it shouldn't have T-middle Type: Probably requires verifiying types
#6524 opened Dec 31, 2020 by andersk
Warning about needless collect but suggestion does not compile C-bug Category: Clippy is not doing the correct thing E-hard Call for participation: This a hard problem and requires more experience or effort to work on I-suggestion-causes-error Issue: The suggestions provided by this Lint cause an ICE/error when applied L-nursery Lint: Currently in the nursery group
#6420 opened Dec 4, 2020 by kvrhdn
Don't prefix full path specification when suggesting changing & to &mut. C-enhancement Category: Enhancement of lints, like adding more cases or adding help messages E-hard Call for participation: This a hard problem and requires more experience or effort to work on
#6385 opened Nov 26, 2020 by iago-lito
False positive for await_holding_refcell_ref C-bug Category: Clippy is not doing the correct thing E-hard Call for participation: This a hard problem and requires more experience or effort to work on I-false-positive Issue: The lint was triggered on code it shouldn't have
#6353 opened Nov 20, 2020 by Daniel-B-Smith
If future returns Pending, it must store waker A-lint Area: New lints E-hard Call for participation: This a hard problem and requires more experience or effort to work on T-MIR Type: This lint will require working with the MIR
#6314 opened Nov 9, 2020 by MikailBag
Linting shouldn't be run on optimized MIR C-bug Category: Clippy is not doing the correct thing E-hard Call for participation: This a hard problem and requires more experience or effort to work on I-ICE Issue: Clippy panicked, giving an Internal Compilation Error (ICE) ❄️ T-MIR Type: This lint will require working with the MIR
#6080 opened Sep 24, 2020 by ecstatic-morse
FP mut_range_bound: range bound modified inside enclosing loop C-bug Category: Clippy is not doing the correct thing E-hard Call for participation: This a hard problem and requires more experience or effort to work on I-false-positive Issue: The lint was triggered on code it shouldn't have
#6072 opened Sep 21, 2020 by matthiaskrgr
Prevent Getting a Raw Pointer to a Temporary A-lint Area: New lints E-hard Call for participation: This a hard problem and requires more experience or effort to work on T-MIR Type: This lint will require working with the MIR
#5965 opened Aug 26, 2020 by rylev
New lint: Unused temporary variable A-lint Area: New lints E-hard Call for participation: This a hard problem and requires more experience or effort to work on L-correctness Lint: Belongs in the correctness lint group
#5880 opened Aug 9, 2020 by jamesmcm
Lint idea: detect circular module dependencies A-lint Area: New lints E-hard Call for participation: This a hard problem and requires more experience or effort to work on
#5782 opened Jul 10, 2020 by whatisaphone
False positive on clippy::borrowed_box forced by Mockall C-bug Category: Clippy is not doing the correct thing E-hard Call for participation: This a hard problem and requires more experience or effort to work on I-false-positive Issue: The lint was triggered on code it shouldn't have
#5770 opened Jul 6, 2020 by JamesSharkey
Serde: duplicate field in base struct and flattened struct A-lint Area: New lints E-hard Call for participation: This a hard problem and requires more experience or effort to work on
#5768 opened Jul 5, 2020 by RCasatta
False positive in trivially_copy_pass_by_ref where reference is used C-bug Category: Clippy is not doing the correct thing E-hard Call for participation: This a hard problem and requires more experience or effort to work on 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 S-needs-discussion Status: Needs further discussion before merging or work can be started
#5645 opened May 25, 2020 by ogham
New lint for redundant clone in format! C-enhancement Category: Enhancement of lints, like adding more cases or adding help messages E-hard Call for participation: This a hard problem and requires more experience or effort to work on
#5142 opened Feb 6, 2020 by david-mcgillicuddy-moixa
debug_assert_with_mut_call: Multiple kinds of false positives in a default-deny lint C-bug Category: Clippy is not doing the correct thing E-hard Call for participation: This a hard problem and requires more experience or effort to work on I-false-positive Issue: The lint was triggered on code it shouldn't have L-nursery Lint: Currently in the nursery group
#5112 opened Jan 31, 2020 by adlerd
ProTip! Adding no:label will show everything without a label.