Skip to content

Issues: rust-lang/rust-clippy

[Roadmap] False Positive Rate
#6623 by flip1995 was closed Sep 20, 2024
Closed 12
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
Sort

Issues list

"Lint reasons are experimental" not flagged by clippy for rust-version without support for them C-enhancement Category: Enhancement of lints, like adding more cases or adding help messages
#13406 opened Sep 17, 2024 by IceTDrinker
Suggest String::into_bytes() to replace as_bytes().to_owned() when the String can be consumed C-enhancement Category: Enhancement of lints, like adding more cases or adding help messages
#13318 opened Aug 28, 2024 by kupiakos
MSRV-aware std_instead_of_core C-enhancement Category: Enhancement of lints, like adding more cases or adding help messages I-false-positive Issue: The lint was triggered on code it shouldn't have
#13158 opened Jul 25, 2024 by kpreid
Feature request: ability to only lint a specific file C-enhancement Category: Enhancement of lints, like adding more cases or adding help messages
#13103 opened Jul 15, 2024 by lolbinarycat
Separate check-private-items configuration for different lints C-enhancement Category: Enhancement of lints, like adding more cases or adding help messages
#13074 opened Jul 8, 2024 by mladedav
consider making clippy_lints into a dylib for faster recompilation. C-enhancement Category: Enhancement of lints, like adding more cases or adding help messages
#12977 opened Jun 22, 2024 by lolbinarycat
Unify manual_unwrap_or_default and manual_unwrap_or on the same file C-enhancement Category: Enhancement of lints, like adding more cases or adding help messages
#12956 opened Jun 18, 2024 by lochetti
Different trade-offs for or_fun_call false positives C-enhancement Category: Enhancement of lints, like adding more cases or adding help messages L-nursery Lint: Currently in the nursery group
#12724 opened Apr 27, 2024 by kornelski
map_flatten could suggest filter(matches!()) in case of map( match { _ => Option }).flatten() C-enhancement Category: Enhancement of lints, like adding more cases or adding help messages L-suggestion Lint: Improving, adding or fixing lint suggestions
#12644 opened Apr 7, 2024 by matthiaskrgr
Tracking Issue: lints that lint against match and if-lets should be more consistent C-enhancement Category: Enhancement of lints, like adding more cases or adding help messages C-tracking-issue Category: Tracking Issue good-first-issue These issues are a good way to get started with Clippy
#12618 opened Apr 2, 2024 by J-ZhengLi
arc_with_non_send_sync could indicate why inner type needs to become Send + Sync C-enhancement Category: Enhancement of lints, like adding more cases or adding help messages
#12608 opened Apr 1, 2024 by hfiguiere
cargo clippy --help a bit confusing C-enhancement Category: Enhancement of lints, like adding more cases or adding help messages
#12578 opened Mar 28, 2024 by ChrisJefferson
Suggest removing filter_map for Iterator::filter_map(|x| Some(x)) 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
#12556 opened Mar 25, 2024 by m-rph
Expand debug_assert_with_mut_call to work for anything gated under debug_assertions C-enhancement Category: Enhancement of lints, like adding more cases or adding help messages L-nursery Lint: Currently in the nursery group
#12383 opened Feb 29, 2024 by tgross35
map_flatten: suggest just flatten where map(|a| a.into_iter()).flatten() C-enhancement Category: Enhancement of lints, like adding more cases or adding help messages
#12241 opened Feb 8, 2024 by KisaragiEffective
Add an internal lint for check_create_post and span_lint A-lint Area: New lints C-enhancement Category: Enhancement of lints, like adding more cases or adding help messages
#12189 opened Jan 22, 2024 by dswij
manual_memcpy should not suggest addition in C-enhancement Category: Enhancement of lints, like adding more cases or adding help messages L-suggestion Lint: Improving, adding or fixing lint suggestions
#11688 opened Oct 20, 2023 by sosthene-nitrokey
float_cmp could catch float literals in match expressions C-enhancement Category: Enhancement of lints, like adding more cases or adding help messages
#11555 opened Sep 23, 2023 by Centri3
Disagreement with missing_panics_doc changes regarding expect C-enhancement Category: Enhancement of lints, like adding more cases or adding help messages
#11436 opened Aug 30, 2023 by ecton
Make __CARGO_FIX_YOLO=1 a command line flag C-enhancement Category: Enhancement of lints, like adding more cases or adding help messages
#11361 opened Aug 20, 2023 by hydrogen602
Activate rustc deprecated_in_future lint by default in clippy C-enhancement Category: Enhancement of lints, like adding more cases or adding help messages
#11323 opened Aug 11, 2023 by Urgau
Ignoring lints added after a given Rust version C-an-interesting-project Category: Interesting projects, that usually are more involved design/code wise. C-enhancement Category: Enhancement of lints, like adding more cases or adding help messages
#11227 opened Jul 25, 2023 by ojeda
corner cases for default_trait_access C-enhancement Category: Enhancement of lints, like adding more cases or adding help messages
#10936 opened Jun 12, 2023 by pacak
[similar_names]: Configuration option to whitelist specific names C-enhancement Category: Enhancement of lints, like adding more cases or adding help messages
#10926 opened Jun 11, 2023 by Centri3
Support running a single lint rule with --fix C-enhancement Category: Enhancement of lints, like adding more cases or adding help messages
#10219 opened Jan 21, 2023 by xixixao
ProTip! Adding no:label will show everything without a label.