mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-12-22 11:03:16 +00:00
11 lines
193 B
Text
11 lines
193 B
Text
|
error: statement with no effect
|
||
|
--> $DIR/blocks.rs:13:5
|
||
|
|
|
||
|
LL | -x;
|
||
|
| ^^^
|
||
|
|
|
||
|
= note: `-D clippy::no-effect` implied by `-D warnings`
|
||
|
|
||
|
error: aborting due to previous error
|
||
|
|