mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-24 05:33:27 +00:00
10 lines
210 B
Text
10 lines
210 B
Text
error: any number modulo 1 will be 0
|
|
--> $DIR/modulo_one.rs:14:5
|
|
|
|
|
14 | 10 % 1;
|
|
| ^^^^^^
|
|
|
|
|
= note: `-D clippy::modulo-one` implied by `-D warnings`
|
|
|
|
error: aborting due to previous error
|
|
|