13 lines
264 B
Plaintext
13 lines
264 B
Plaintext
|
error: this else branch is empty
|
||
|
--> $DIR/needless_else.rs:20:7
|
||
|
|
|
||
|
LL | } else {
|
||
|
| _______^
|
||
|
LL | | }
|
||
|
| |_____^ help: you can remove it
|
||
|
|
|
||
|
= note: `-D clippy::needless-else` implied by `-D warnings`
|
||
|
|
||
|
error: aborting due to previous error
|
||
|
|