manual_let_else
not suggesting a fix for match statement
#14598
Labels
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
Uh oh!
There was an error while loading. Please reload this page.
Summary
An expected suggistion was not made
Lint Name
manual_let_else
Reproducer
I tried this code:
I expected this suggestion for the
let value = ...
statement:Instead, there were no suggestions.
Version
The text was updated successfully, but these errors were encountered: