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

centralized lint configurations
#13083 by andrewbanchich was closed Jul 11, 2024
The path in the error message on Windows contains multiple separators C-bug Category: Clippy is not doing the correct thing
#13078 by ahaoboy was closed Jul 10, 2024
assigning_clones: clone_into() would cause lifetime 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
#13070 by anatawa12 was closed Jul 8, 2024
manual_unwrap_or_default false positive with a nested pattern 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
#13031 by magicant was closed Jul 2, 2024
value assigned to found is never read, in loop with continue C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#13023 by Thomblin was closed Jun 30, 2024
Decimal literal suffix of 0 (2. vs. 2.0) A-lint Area: New lints
#13022 by BD103 was closed Jun 30, 2024
missing-const-for-fn shoud not trigger on no-ffi-save fns 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
#13011 by matthiaskrgr was closed Jul 5, 2024
missing_const_for_fn does not work with TAIT 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
#13009 by matthiaskrgr was closed Jul 8, 2024
missing_const_for_fn triggers for C-unwind 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
#13008 by matthiaskrgr was closed Jul 5, 2024
Clippy removing parenthesis from clap derive label makes the program fail to 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
#13000 by Crowdedlight was closed Jun 27, 2024
manual_unwrap_or_default triggered for tuple unpacked with _ C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#12994 by ReagentX was closed Jun 25, 2024
clippy::explicit_auto_deref incorrectly removes deref in referenced deref 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
#12969 by wr7 was closed Jul 3, 2024
into_iter_without_iter warns when code blocks are in particular order C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#12964 by ijijn was closed Jul 2, 2024
Query: Integration with coverity
#12946 by vithalsm was closed Jun 24, 2024
False positive for doc_lazy_continuation C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#12941 by GuillaumeGomez was closed Jun 17, 2024
manual_pattern_char_comparison should respect MSRV C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#12936 by taiki-e was closed Jun 15, 2024
Strange clippy suggestion for clone_from I-false-positive Issue: The lint was triggered on code it shouldn't have
#12929 by cavivie was closed Jun 14, 2024
manual_unwrap_or_default does not consider type changes and suggests wrong 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 I-suggestion-causes-error Issue: The suggestions provided by this Lint cause an ICE/error when applied
#12928 by sdroege was closed Jun 21, 2024
Various errors when running cargo clippy --fix 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
#12924 by EricLBuehler was closed Jun 22, 2024
Seemingly false positive of doc_lazy_continuation C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#12917 by torokati44 was closed Jun 28, 2024
ICE: index out of bounds when shadowing a function with a different number of arguments C-bug Category: Clippy is not doing the correct thing I-ICE Issue: Clippy panicked, giving an Internal Compilation Error (ICE) ❄️
#12881 by orottier was closed Jun 4, 2024
ProTip! Type g i on any issue or pull request to go back to the issue listing page.