manual_map
suggests a snippet that would not compile for chained if
#6969
Labels
C-bug
Category: Clippy is not doing the correct thing
I tried this code:
Running clippy on the above code, clippy says:
Following the help message, the code changes to:
Of course, it doesn't compile:
Meta
cargo clippy -V
: clippy 0.1.52 (07e0e2e 2021-03-24)The text was updated successfully, but these errors were encountered: