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
Sort

Issues list

string_to_string does not trigger inside a map function C-bug Category: Clippy is not doing the correct thing I-false-negative Issue: The lint should have been triggered on code, but wasn't
#14175 by MarkusTieger was closed Mar 18, 2025
Suggest String::clone and forbid String::to_string A-lint Area: New lints
#14173 by MarkusTieger was closed Feb 8, 2025
Migrate to span_clippy_lint C-tracking-issue Category: Tracking Issue performance-project For issues and PRs related to the Clippy Performance Project
#7797 opened Oct 9, 2021 by camsteffen
3 tasks
Warn when using to_owned on already owned types A-lint Area: New lints good-first-issue These issues are a good way to get started with Clippy T-middle Type: Probably requires verifiying types
#6715 by kangalio was closed Feb 27, 2021
Consider reinstating str_to_string and string_to_string A-lint Area: New lints good-first-issue These issues are a good way to get started with Clippy
#5610 by ndmitchell was closed Nov 25, 2020
string_to_string lint message confusing
#604 by fhahn was closed Feb 3, 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
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! Adding no:label will show everything without a label.