2023-07-01 19:33:08 -05:00
|
|
|
error: this `else` branch is empty
|
2023-05-24 21:39:06 +00:00
|
|
|
--> $DIR/needless_else.rs:24:7
|
2023-05-22 09:38:16 +02:00
|
|
|
|
|
|
|
|
LL | } else {
|
|
|
|
| _______^
|
|
|
|
LL | | }
|
|
|
|
| |_____^ help: you can remove it
|
|
|
|
|
|
|
|
|
= note: `-D clippy::needless-else` implied by `-D warnings`
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|