mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-24 05:33:27 +00:00
3908d86f8a
Co-Authored-By: Philipp Krones <hello@philkrones.com>
10 lines
193 B
Text
10 lines
193 B
Text
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
|
|
|