mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-10 23:24:24 +00:00
38d4ac7cea
Discussion previously happened in https://github.com/rust-lang/rust/pull/43498
10 lines
209 B
Text
10 lines
209 B
Text
error: any number modulo 1 will be 0
|
|
--> $DIR/modulo_one.rs:5:5
|
|
|
|
|
LL | 10 % 1;
|
|
| ^^^^^^
|
|
|
|
|
= note: `-D clippy::modulo-one` implied by `-D warnings`
|
|
|
|
error: aborting due to previous error
|
|
|