3908d86f8a
Co-Authored-By: Philipp Krones <hello@philkrones.com>
11 lines
193 B
Plaintext
11 lines
193 B
Plaintext
error: statement with no effect
|
|
--> $DIR/blocks.rs:14:5
|
|
|
|
|
LL | -x;
|
|
| ^^^
|
|
|
|
|
= note: `-D clippy::no-effect` implied by `-D warnings`
|
|
|
|
error: aborting due to previous error
|
|
|