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

manual_let_else not suggesting a fix for match statement 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
#14598 by nyurik was closed May 7, 2025
manual_let_else suggests incorrect code change 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
#13768 by nyurik was closed Mar 8, 2025
clippy::question_mark ignores #[cfg]-ed out statements in let-else 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
#13642 opened Nov 1, 2024 by GoldsteinE
match with default branch that would better be let-else. A-lint Area: New lints
#12793 by ltratt was closed May 16, 2024
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
manual_let_else doesn't obey msrv
#12020 by udoprog was closed Dec 26, 2023
Manual let else suggests fix that doesn't compile C-bug Category: Clippy is not doing the correct thing
#11579 by barafael was closed Sep 29, 2023
manual_let_else incorrectly handling destructuring or-patterns C-bug Category: Clippy is not doing the correct thing
#10708 by ejmount was closed Jun 3, 2023
Needless "if let" body in if let assignment A-lint Area: New lints
#10501 by lesurp was closed Mar 14, 2023
[manual_let_else] does not copy mut modifier 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
#10431 by Kriskras99 was closed May 27, 2023
[manual_let_else] does not take binding variable name into account 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
#10424 by KisaragiEffective was closed Jun 3, 2023
manual_let_else wrong suggestion when else block doesn't diverge 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
#10296 by digama0 was closed Feb 15, 2023
manual_let_else suggests invalid replacement C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#10241 by poliorcetics was closed Feb 16, 2023
manual_let_else produces wrong variable name C-bug Category: Clippy is not doing the correct thing L-suggestion Lint: Improving, adding or fixing lint suggestions
#10171 by ericwu17 was closed May 18, 2023
manual_let_else doesn't trigger if binding has a type annotation. 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
#10150 opened Jan 3, 2023 by ghost
Document lint configuration values in Clippy's book A-documentation Area: Adding or improving documentation C-an-interesting-project Category: Interesting projects, that usually are more involved design/code wise. good first issue These issues are a good way to get started with Clippy
#9991 by xFrednet was closed Jan 14, 2023
4 tasks done
manual_let_else suggestion expands macros C-bug Category: Clippy is not doing the correct thing
#9940 by Serial-ATA was closed Nov 30, 2022
manual_let_else should reuse the identifier from the original let statement 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
#9939 opened Nov 24, 2022 by Serial-ATA
manual_let_else produces a wrong suggestion with or-patterns 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
#9938 by Serial-ATA was closed Dec 1, 2022
Faster release cadence for bug fixes to stable C-question Category: Questions
#9322 opened Aug 11, 2022 by lopopolo
ProTip! Mix and match filters to narrow down what you’re looking for.