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
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

Restriction lint for unsealed traits A-lint Area: New lints L-restriction Lint: Belongs in the restriction lint group
#14006 opened Jan 16, 2025 by Manishearth
Add allow-disallowed-*-in-tests configuration items A-ui Area: Clippy interface, usage and configuration C-enhancement Category: Enhancement of lints, like adding more cases or adding help messages L-restriction Lint: Belongs in the restriction lint group
#13790 opened Dec 6, 2024 by PaulDance
Use binary radix in bitflags! A-lint Area: New lints L-restriction Lint: Belongs in the restriction lint group
#11251 opened Jul 29, 2023 by Centri3
[New Lint Request] If possible, suggest releasing sync locks early A-lint Area: New lints E-hard Call for participation: This a hard problem and requires more experience or effort to work on L-pedantic Lint: Belongs in the pedantic lint group L-restriction Lint: Belongs in the restriction lint group
#9399 opened Aug 30, 2022 by c410-f3r
Forbid Not operator (!) A-lint Area: New lints L-restriction Lint: Belongs in the restriction lint group
#8725 opened Apr 20, 2022 by Nugine
Suggest usage of array.as_slice() (instead of &array[..]) and array.as_mut_slice() A-lint Area: New lints good first issue These issues are a good way to get started with Clippy L-restriction Lint: Belongs in the restriction lint group
#7633 opened Sep 4, 2021 by Luro02
New lint: deref coercions A-lint Area: New lints good first issue These issues are a good way to get started with Clippy L-restriction Lint: Belongs in the restriction lint group
#7104 opened Apr 17, 2021 by Aaron1011
Suggest to use turbofish syntax instead of type hints A-lint Area: New lints E-medium Call for participation: Medium difficulty level problem and requires some initial experience. L-restriction Lint: Belongs in the restriction lint group
#7081 opened Apr 15, 2021 by thomaseizinger
Lint request: drop_flags A-lint Area: New lints E-hard Call for participation: This a hard problem and requires more experience or effort to work on L-restriction Lint: Belongs in the restriction lint group
#7025 opened Apr 3, 2021 by SoniEx2
Lint idea: forbid all expect and unwrap use A-lint Area: New lints L-restriction Lint: Belongs in the restriction lint group
#6636 opened Jan 25, 2021 by woodruffw
Implicit return with brackets only C-enhancement Category: Enhancement of lints, like adding more cases or adding help messages L-restriction Lint: Belongs in the restriction lint group
#6480 opened Dec 20, 2020 by Aunmag
Suggest to replace impl Iterator return types with wrapper types A-lint Area: New lints good first issue These issues are a good way to get started with Clippy L-restriction Lint: Belongs in the restriction lint group T-middle Type: Probably requires verifiying types
#5989 opened Aug 31, 2020 by Luro02
Restriction lint for constructing a type with a Drop impl from a raw pointer A-lint Area: New lints E-medium Call for participation: Medium difficulty level problem and requires some initial experience. L-restriction Lint: Belongs in the restriction lint group
#5954 opened Aug 24, 2020 by sgrif
Lint against format_implicit_args A-lint Area: New lints E-medium Call for participation: Medium difficulty level problem and requires some initial experience. L-restriction Lint: Belongs in the restriction lint group T-macros Type: Issues with macros and macro expansion
#5404 opened Apr 2, 2020 by dylni
New lint: wildcard pattern in let A-lint Area: New lints good first issue These issues are a good way to get started with Clippy L-restriction Lint: Belongs in the restriction lint group
#4090 opened May 13, 2019 by Vlad-Shcherbina
Warning if levels of indentation exceeds, say, 4 A-lint Area: New lints L-restriction Lint: Belongs in the restriction lint group
#2169 opened Oct 23, 2017 by tbodt
Lint to suggest String::as_str or Vec::as_slice A-lint Area: New lints E-medium Call for participation: Medium difficulty level problem and requires some initial experience. L-restriction Lint: Belongs in the restriction lint group T-middle Type: Probably requires verifiying types
#1635 opened Mar 22, 2017 by clarfonthey
Suggest alternative hashers for HashMap A-lint Area: New lints L-restriction Lint: Belongs in the restriction lint group T-middle Type: Probably requires verifiying types
#1160 opened Aug 11, 2016 by killercup
Warn on casts from raw pointers to integers A-lint Area: New lints E-medium Call for participation: Medium difficulty level problem and requires some initial experience. L-restriction Lint: Belongs in the restriction lint group T-middle Type: Probably requires verifiying types
#1070 opened Jul 6, 2016 by rocallahan
ProTip! no:milestone will show everything without a milestone.