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

needless_borrow + explicit_auto_deref suggested fix fails to compile C-bug Category: Clippy is not doing the correct thing I-suggestion-causes-error Issue: The suggestions provided by this Lint cause an ICE/error when applied
#14866 opened May 22, 2025 by kevinmehall
Suggest A && B for if A { B } else { false } A-lint Area: New lints
#14865 opened May 21, 2025 by scottmcm
lint suggestion: unused_macro_fragment A-lint Area: New lints
#14863 opened May 21, 2025 by lolbinarycat
cloned_ref_to_slice_refs suggestion may cause error C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have I-suggestion-causes-error Issue: The suggestions provided by this Lint cause an ICE/error when applied
#14856 opened May 20, 2025 by pv42
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
Suggestion for useless_conversion with .into_iter() could be better 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
#14847 opened May 19, 2025 by samueltardieu
Lint idea: missing_panic_message A-lint Area: New lints
#14843 opened May 19, 2025 by FirelightFlagboy
Intermittent CI failures A-infra Area: CI issues and issues that require full access for GitHub/CI C-bug Category: Clippy is not doing the correct thing
#14841 opened May 18, 2025 by samueltardieu
allow-invalid configuration option for disallowed_* is missing from the documentation A-documentation Area: Adding or improving documentation C-bug Category: Clippy is not doing the correct thing E-help-wanted Call for participation: Help is requested to fix this issue.
#14836 opened May 18, 2025 by samueltardieu
--fix generates type mismatch error for clippy::manual_find C-bug Category: Clippy is not doing the correct thing
#14826 opened May 17, 2025 by dxrcy
Suggest LOCALHOST A-lint Area: New lints
#14819 opened May 16, 2025 by Rudxain
Deny imports from (configurable) modules A-lint Area: New lints
#14807 opened May 15, 2025 by matthiasbeyer
bind_instead_of_map should suggest removing Result::and_then call when possible C-bug Category: Clippy is not doing the correct thing
#14801 opened May 14, 2025 by tgeoghegan
collapsible_else_if disregard platform code in else branch C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have I-suggestion-causes-bug Issue: The suggestion compiles but changes the code to behave in an unintended way
#14799 opened May 14, 2025 by pronebird
ICE: explicit deref of non-derefable type C-bug Category: Clippy is not doing the correct thing I-ICE Issue: Clippy panicked, giving an Internal Compilation Error (ICE) ❄️
#14778 opened May 10, 2025 by matthiaskrgr
Which version of librustc_driver clippy uses? C-question Category: Questions
#14764 opened May 8, 2025 by manswami23
Add support for cfg field for disallowed_* lints C-enhancement Category: Enhancement of lints, like adding more cases or adding help messages
#14760 opened May 8, 2025 by nik-rev
flappy clippy results when building from source C-question Category: Questions
#14755 opened May 8, 2025 by manswami23
Prevent wildcard Err match arms A-lint Area: New lints
#14742 opened May 7, 2025 by manswami23
ProTip! Mix and match filters to narrow down what you’re looking for.