-
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
complexity: use Area: New lints
extend
instead of append
A-lint
#12277
opened Feb 11, 2024 by
wookietreiber
test
to_string_in_format_args_incremental
fails in a read-only working directory
#11126
opened Jul 8, 2023 by
Noratrieb
Want to extend Category: Enhancement of lints, like adding more cases or adding help messages
clear_with_drain
to other types of containers
C-enhancement
#10572
by bluthej
was closed Apr 11, 2023
Document lint configuration values in Clippy's book
A-documentation
Area: Adding or improving documentation
C-an-interesting-project
Category: Interesting projects, that usually are more involved design/code wise.
good first issue
These issues are a good way to get started with Clippy
#9991
by xFrednet
was closed Jan 14, 2023
4 tasks done
New lint: suggest transforming Area: New lints
[T, ...].into_iter().collect()
to [T, ...].into()
A-lint
#9524
opened Sep 23, 2022 by
strohel
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
Suggest Iterator::count instead of collecting + len
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.
#7110
by Luro02
was closed May 5, 2021
Tracking Issue for refactoring Category: Tracking Issue
types.rs
C-tracking-issue
#6724
by Y-Nak
was closed Mar 31, 2021
4 tasks done
False positive for infinite_iter
C-bug
Category: Clippy is not doing the correct thing
#3538
by michael-p
was closed Jan 3, 2019
Suggest replacing 'iter().any(|x| x == y)' with 'contains' where appropriate
A-lint
Area: New lints
L-perf
Lint: Belongs in the perf lint group
L-unnecessary
Lint: Warn about unnecessary code
T-middle
Type: Probably requires verifiying types
#2534
opened Mar 15, 2018 by
TheIronBorn
clippy 0.0.139 failed to build with the latest nightly (258ae6dd9 2017-06-15)
#1834
by kennytm
was closed Jun 16, 2017
New Lint: No recursion without tail calls
A-lint
Area: New lints
good first issue
These issues are a good way to get started with Clippy
L-perf
Lint: Belongs in the perf lint group
T-middle
Type: Probably requires verifiying types
#1678
opened Apr 15, 2017 by
Evrey
Lint 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-unnecessary
Lint: Warn about unnecessary code
T-middle
Type: Probably requires verifiying types
.into_iter()
if that only forwards to .iter()
C-enhancement
#1565
by oli-obk
was closed Nov 2, 2018
linkedlist lint should not warn when implementing a trait for LinkedList
#605
by fhartwig
was closed Dec 21, 2016
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
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
Explain issues in more detail
C-enhancement
Category: Enhancement of lints, like adding more cases or adding help messages
#105
by kuza55
was closed Sep 1, 2015
ProTip!
Exclude everything labeled
bug
with -label:bug.