-
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
unnecessary_cast on 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
as u64
for a c_ulong
C-bug
#10555
opened Mar 27, 2023 by
joshtriplett
[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
#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 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
or_fun_call
can cause a borrowck error:
C-bug
#6761
opened Feb 18, 2021 by
jyn514
if_same_then_else does not detect same 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
if let
expression
C-enhancement
#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
yvrhdn
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 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
await_holding_refcell_ref
C-bug
#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
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
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 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
format!
C-enhancement
#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
Lint potential race conditions
A-lint
Area: New lints
C-an-interesting-project
Category: Interesting projects, that usually are more involved design/code wise.
E-hard
Call for participation: This a hard problem and requires more experience or effort to work on
#5074
opened Jan 21, 2020 by
andrewbanchich
Previous Next
ProTip!
What’s not been updated in a month: updated:<2025-04-11.