Skip to content

Issues: rust-lang/rust-clippy

[Roadmap] False Positive Rate
#6623 opened Jan 22, 2021 by flip1995
Open 10
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
Label
Filter by label
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Milestones
Filter by milestone
Assignee
Filter by who’s assigned
Sort

Issues list

assigning_clones: suggested code contains expanded macro 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
#12776 opened May 7, 2024 by mistydemeo
add lint for empty vec! invocation A-lint Area: New lints
#12774 opened May 7, 2024 by andrewbanchich
ref_as_ptr example does not emit warnings C-bug Category: Clippy is not doing the correct thing I-false-negative Issue: The lint should have been triggered on code, but wasn't
#12771 opened May 6, 2024 by y21
Add fix for str_to_string C-enhancement Category: Enhancement of lints, like adding more cases or adding help messages L-suggestion Lint: Improving, adding or fixing lint suggestions
#12768 opened May 6, 2024 by Wilfred
suggestion from nonminimal_bool with integer cast creates a syntax error due to parentheses removal 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
#12761 opened May 4, 2024 by expectedjoe
single_match: type are incompatible 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
#12758 opened May 3, 2024 by matthiaskrgr
Clippy demands you violate ownership to satisfy assigning_clones 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
#12757 opened May 3, 2024 by workingjubilee
assigning_clones: unhelpful in test code C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#12752 opened May 2, 2024 by austinjones
redundant_slicing suggests change that doesn't 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
#12751 opened May 2, 2024 by Dirbaio
assigning_clones: suggestion causes error because of borrowed target 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
#12749 opened May 2, 2024 by samueltardieu
temporary with significant Drop can be early dropped C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#12739 opened Apr 30, 2024 by madser123
unnecessary_cast should catch unnecessary pointer cast C-bug Category: Clippy is not doing the correct thing I-false-negative Issue: The lint should have been triggered on code, but wasn't
#12738 opened Apr 30, 2024 by antonilol
redundant_async_block not catching uses with nontrivial futures C-bug Category: Clippy is not doing the correct thing I-false-negative Issue: The lint should have been triggered on code, but wasn't
#12732 opened Apr 29, 2024 by jwodder
from_str_radix_10 lint shows up in const contexts when the suggestion is not const 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
#12731 opened Apr 28, 2024 by doonv
lint_groups_priority does not work for workspace Cargo.toml C-bug Category: Clippy is not doing the correct thing I-false-negative Issue: The lint should have been triggered on code, but wasn't
#12729 opened Apr 28, 2024 by Kriskras99
option_if_let_else results in code that doesn't compile 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
#12723 opened Apr 27, 2024 by SUPERCILEX
undocumented_unsafe_blocks doesn't recognise safety comments before consts in impl blocks C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#12720 opened Apr 27, 2024 by Spartan2909
Clippy lints website doesn't replace dashes with underscores more than once C-bug Category: Clippy is not doing the correct thing
#12718 opened Apr 26, 2024 by roddyrap
io::Error::new(io::ErrorKind::Other, ..) A-lint Area: New lints
#12717 opened Apr 25, 2024 by JarredAllen
Allow numbers in module_name_repetitions C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#12714 opened Apr 25, 2024 by TomFryersMidsummer
assigning_clones false positive for Option<T> where T uses default clone_from impl C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#12709 opened Apr 24, 2024 by dhardy
ProTip! What’s not been updated in a month: updated:<2024-04-08.