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

Unused subpattern A-lint Area: New lints
#14899 opened May 26, 2025 by A4-Tacks
Replace push_str with the corresponding operator A-lint Area: New lints
#14872 opened May 22, 2025 by leonardo-m
Suggest A && B for if A { B } else { false } A-lint Area: New lints good first issue These issues are a good way to get started with Clippy
#14865 opened May 21, 2025 by scottmcm
lint suggestion: unused_macro_fragment A-lint Area: New lints
#14863 opened May 21, 2025 by lolbinarycat
lint idea: useless_default_generic_parameters A-lint Area: New lints good first issue These issues are a good way to get started with Clippy
#14848 opened May 19, 2025 by y86-dev
Lint idea: missing_panic_message A-lint Area: New lints
#14843 opened May 19, 2025 by FirelightFlagboy
Suggest LOCALHOST A-lint Area: New lints good first issue These issues are a good way to get started with Clippy
#14819 opened May 16, 2025 by Rudxain
Deny imports from (configurable) modules A-lint Area: New lints
#14807 opened May 15, 2025 by matthiasbeyer
New lint: Prefer .unwrap_or(0) over .unwrap_or_default() A-lint Area: New lints C-enhancement Category: Enhancement of lints, like adding more cases or adding help messages
#14779 opened May 11, 2025 by nik-rev
Prevent wildcard Err match arms A-lint Area: New lints
#14742 opened May 7, 2025 by manswami23
Useless by ref lint A-lint Area: New lints
#14701 opened Apr 28, 2025 by leonardo-m
Suggest using == instead of matches! A-lint Area: New lints
#14688 opened Apr 24, 2025 by emilk
New lint: needless Path::new A-lint Area: New lints
#14668 opened Apr 22, 2025 by ada4a
Lint on .as_ptr().cast_mut() A-lint Area: New lints
#14651 opened Apr 19, 2025 by stegaBOB
New lint: no_relative_paths A-lint Area: New lints
#14605 opened Apr 13, 2025 by elenakrittik
Add unnecessary_option_map_or_else A-lint Area: New lints good first issue These issues are a good way to get started with Clippy
#14588 opened Apr 11, 2025 by sorairolake
ProTip! Find all open issues with in progress development work with linked:pr.