-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
match_ref_pats triggers when matching over constant associated types
C-bug
Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
#10510
by udoprog
was closed Mar 18, 2023
clippy::match_ref_pats probably shouldn't fire for if let
C-bug
Category: Clippy is not doing the correct thing
good first issue
These issues are a good way to get started with Clippy
I-false-positive
Issue: The lint was triggered on code it shouldn't have
#7740
by CAD97
was closed Oct 10, 2021
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
Most commonly ignored lints
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
#5418
by dtolnay
was closed Sep 13, 2021
match_ref_pats: don't suggest if there's only a single & to be removed
S-needs-discussion
Status: Needs further discussion before merging or work can be started
#5281
opened Mar 7, 2020 by
matthiaskrgr
match_ref_pats should lint against Category: Enhancement of lints, like adding more cases or adding help messages
L-style
Lint: Belongs in the style lint group
if let (ref x) = *x
C-enhancement
#5038
opened Jan 10, 2020 by
Luro02
bad Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
match_ref_pats
suggestion.
C-bug
#4834
opened Nov 22, 2019 by
Lokathor
ICE in https://github.com/meddle0x53/mscheme/
I-ICE
Issue: Clippy panicked, giving an Internal Compilation Error (ICE) ❄️
#3719
by matthiaskrgr
was closed Feb 25, 2019
Suggest replacing simple loops with specialized folds
#2401
opened Jan 25, 2018 by
killercup
10 tasks
Possible suggestion improvements on match_ref_pats
C-enhancement
Category: Enhancement of lints, like adding more cases or adding help messages
good first issue
These issues are a good way to get started with Clippy
T-AST
Type: Requires working with the AST
#849
opened Apr 10, 2016 by
llogiq
Result from running on a few crates
C-question
Category: Questions
S-needs-discussion
Status: Needs further discussion before merging or work can be started
#553
by mcarton
was closed Dec 3, 2018
Bikesheds to be done when RfCing clippy
C-question
Category: Questions
S-needs-discussion
Status: Needs further discussion before merging or work can be started
#533
by Manishearth
was closed Oct 22, 2020
Findings from running Clippy on Servo
C-an-interesting-project
Category: Interesting projects, that usually are more involved design/code wise.
#164
opened Aug 13, 2015 by
Manishearth
ProTip!
Exclude everything labeled
bug
with -label:bug.