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

should_implement_trait triggers on unrelated clone() -> Result<T> C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#14562 by pronebird was closed Apr 7, 2025
should_implement_trait shouldn't emit for from_str methods on types with lifetimes C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#9762 opened Nov 1, 2022 by DianaNites
From over Into for external crate types which is impossible to implement C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#9638 by Firstyear was closed Oct 15, 2022
Failed to normalize ..., maybe try to call try_normalize_erasing_regions instead C-bug Category: Clippy is not doing the correct thing I-ICE Issue: Clippy panicked, giving an Internal Compilation Error (ICE) ❄️
#8659 by tarkah was closed Apr 7, 2022
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
False positive explicit_into_iter_loop on an into_iter method with type parameter C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#6900 by dtolnay was closed Apr 12, 2021
should_implement_trait triggers on from_iter methods even if FromIterator is implemented C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#6752 opened Feb 17, 2021 by bluss
ICE: unnested_or_patterns while checking rustc_typeck C-bug Category: Clippy is not doing the correct thing I-ICE Issue: Clippy panicked, giving an Internal Compilation Error (ICE) ❄️
#5780 by matthiaskrgr was closed Jul 13, 2020
False positive in should_implement_trait C-bug Category: Clippy is not doing the correct thing E-medium Call for participation: Medium difficulty level problem and requires some initial experience.
#5617 by djugei was closed Aug 16, 2020
should_implement_trait triggers on incompatible signatures C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#5612 opened May 18, 2020 by mahkoh
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
should_implement_trait does not consider function safety. 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
#5413 by human-0 was closed Apr 8, 2020
should_implement_trait triggers for next() where the return value has lifetimes C-bug Category: Clippy is not doing the correct thing
#5004 opened Jan 6, 2020 by taralx
should_implement_trait should not warn async methods C-bug Category: Clippy is not doing the correct thing good first issue These issues are a good way to get started with Clippy T-async-await Type: Issues related to async/await
#4290 by taiki-e was closed Apr 20, 2020
should_implement_trait triggered on private method C-bug Category: Clippy is not doing the correct thing good first issue These issues are a good way to get started with Clippy
#2159 by vorner was closed Nov 3, 2017
Meta issue for Rust API Guidelines L-guidelines Lint: Related to the Rust API Guidelines
#1798 opened May 27, 2017 by mcarton
22 of 66 tasks
should_implement_trait should not be triggered by from_str with explicit type annotation S-needs-discussion Status: Needs further discussion before merging or work can be started
#1731 opened May 6, 2017 by SamWhited
should_implement_trait should include ToOwned, FromStr 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 L-style Lint: Belongs in the style lint group T-middle Type: Probably requires verifiying types
#1600 opened Mar 4, 2017 by clarfonthey
lint .split("_") on constant single-char string 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
#650 by llogiq was closed Feb 16, 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
ProTip! Mix and match filters to narrow down what you’re looking for.