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

complexity: use extend instead of append A-lint Area: New lints
#12277 opened Feb 11, 2024 by wookietreiber
Want to extend clear_with_drain to other types of containers C-enhancement Category: Enhancement of lints, like adding more cases or adding help messages
#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
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 types.rs C-tracking-issue Category: 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
linkedlist false positive
#1800 by clarfonthey was closed Jan 23, 2020
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 .into_iter() if that only forwards to .iter() 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. L-unnecessary Lint: Warn about unnecessary code T-middle Type: Probably requires verifiying types
#1565 by oli-obk was closed Nov 2, 2018
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
No RingBuf
#363 by birkenfeld was closed Oct 5, 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
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.