Skip to content

Issues: rust-lang/rust-clippy

Most commonly ignored lints on crates.io
#7666 by dtolnay was closed Oct 9, 2022
Closed 23
Beta
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
Assigned to nobody Loading
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 if let (ref x) = *x C-enhancement Category: Enhancement of lints, like adding more cases or adding help messages L-style Lint: Belongs in the style lint group
#5038 opened Jan 10, 2020 by Luro02
Lint againt the use of ref
#4961 opened Dec 26, 2019 by Luro02
bad match_ref_pats suggestion. C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#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
ICE in https://github.com/stainless-steel/sql I-ICE Issue: Clippy panicked, giving an Internal Compilation Error (ICE) ❄️ T-macros Type: Issues with macros and macro expansion
#3718 by phansch was closed Feb 25, 2019
Macro causes panic I-ICE Issue: Clippy panicked, giving an Internal Compilation Error (ICE) ❄️ T-macros Type: Issues with macros and macro expansion
#2636 by ambaxter was closed Nov 19, 2018
Clippy vs. RUST_NEW_ERROR_FORMAT=true
#907 by killercup was closed Jan 15, 2017
3 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
lint against glob imports of enum variants A-lint Area: New lints E-medium Call for participation: Medium difficulty level problem and requires some initial experience. T-middle Type: Probably requires verifiying types
#541 by nrc was closed Jul 27, 2016
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
Extend match_ref_pats to handle if let
#466 by Wilfred was closed Nov 25, 2015
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.