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
Assigned to nobody Loading
Sort

Issues list

[epic] False Positive tracking / triaging / categorization C-tracking-issue Category: Tracking Issue
#12046 opened Dec 29, 2023 by PartiallyUntyped
11 of 24 tasks
while_let_loop fails to see that temporary value needs to be 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
#9206 by tijsvd was closed Jul 20, 2022
Incomplete suggestion combines poorly with other tools (rust-analyzer) C-bug Category: Clippy is not doing the correct thing
#8739 by Crzyrndm was closed Apr 25, 2022
clippy::while_let_loop incorectly scope variable C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#7913 by xNxExOx was closed Jun 30, 2022
Most commonly ignored lints on crates.io A-category Area: Categorization of lints C-tracking-issue Category: Tracking Issue S-needs-discussion Status: Needs further discussion before merging or work can be started
#7666 by dtolnay was closed Oct 9, 2022
while_let_loop suggests wrong name to use in pattern C-bug Category: Clippy is not doing the correct thing
#7362 opened Jun 16, 2021 by domenicquirl
False clippy::while_let_loop when doing loop { if let } in spawned thread. C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#7226 by KSXGitHub was closed Jun 30, 2022
vec_init_then_push incorrectly fires when the push() is in a loop body C-bug Category: Clippy is not doing the correct thing E-needs-mcve Call for participation: This issue needs a Minimal Complete and Verifiable Example good first issue These issues are a good way to get started with Clippy I-false-positive Issue: The lint was triggered on code it shouldn't have
#7019 by duci9y was closed May 8, 2021
while_let_loop suggestion does not compile C-bug Category: Clippy is not doing the correct thing E-hard Call for participation: This a hard problem and requires more experience or effort to work on I-suggestion-causes-error Issue: The suggestions provided by this Lint cause an ICE/error when applied
#5717 by mahkoh was closed Jun 30, 2022
while_let_loop doesn't take into account break-with-value C-bug Category: Clippy is not doing the correct thing good first issue These issues are a good way to get started with Clippy
#1948 by eira-fransham was closed Nov 30, 2017
while_let_loop false positive C-bug Category: Clippy is not doing the correct thing E-medium Call for participation: Medium difficulty level problem and requires some initial experience. I-false-positive Issue: The lint was triggered on code it shouldn't have T-middle Type: Probably requires verifiying types
#1693 opened Apr 23, 2017 by crumblingstatue
while_let false positive with break checks before match statement C-bug Category: Clippy is not doing the correct thing
#771 by ipetkov was closed May 7, 2019
Wrong suggestion with while_let_loop C-bug Category: Clippy is not doing the correct thing
#675 by mcarton was closed Feb 28, 2016
Result from running on a few crates C-question Category: Questions S-needs-discussion Status: Needs further discussion before merging or work can be started
#553 by mcarton was closed Dec 3, 2018
while_let_loop fails to account for lifetimes C-bug Category: Clippy is not doing the correct thing L-suggestion Lint: Improving, adding or fixing lint suggestions
#362 by cuviper was closed May 28, 2025
while_let_loop fails to lint if last expression in loop is a block C-enhancement Category: Enhancement of lints, like adding more cases or adding help messages E-medium Call for participation: Medium difficulty level problem and requires some initial experience. T-middle Type: Probably requires verifiying types
#359 by Zarathustra30 was closed Oct 14, 2015
(Preliminary) Results of building rust with clippy S-needs-discussion Status: Needs further discussion before merging or work can be started
#278 by llogiq was closed Oct 26, 2021
Extend while_let_loop to warn even if there are statements after match 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 T-AST Type: Requires working with the AST
#262 by Zarathustra30 was closed Sep 30, 2015
Findings from running Clippy on Servo C-an-interesting-project Category: Interesting projects, that usually are more involved design/code wise.
#164 opened Aug 13, 2015 by Manishearth
ProTip! Adding no:label will show everything without a label.