-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Issues: rust-lang/rust-clippy
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
Label
Projects
Milestones
Assignee
Sort
Issues list
manual_let_else
not suggesting a fix for match statement
C-bug
#14598
by nyurik
was closed May 7, 2025
manual_let_else
suggests incorrect code change
C-bug
#13768
by nyurik
was closed Mar 8, 2025
clippy::question_mark
ignores #[cfg]
-ed out statements in let-else
C-bug
#13642
opened Nov 1, 2024 by
GoldsteinE
match
with default branch that would better be let-else
.
A-lint
#12793
by ltratt
was closed May 16, 2024
Tracking Issue: lints that lint against 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
match
and if-let
s should be more consistent
C-enhancement
#12618
opened Apr 2, 2024 by
J-ZhengLi
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
test
to_string_in_format_args_incremental
fails in a read-only working directory
#11126
opened Jul 8, 2023 by
Noratrieb
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
#10241
by poliorcetics
was closed Feb 16, 2023
manual_let_else
produces wrong variable name
C-bug
#10171
by ericwu17
was closed May 18, 2023
manual_let_else
doesn't trigger if binding has a type annotation.
C-bug
#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
#9940
by Serial-ATA
was closed Nov 30, 2022
manual_let_else
should reuse the identifier from the original let statement
C-bug
#9939
opened Nov 24, 2022 by
Serial-ATA
manual_let_else
produces a wrong suggestion with or-patterns
C-bug
#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
suggest replacing let else with ? statement where applicable
#8755
by matthiaskrgr
was closed Jul 3, 2023
ProTip!
Mix and match filters to narrow down what you’re looking for.