]> git.lizzy.rs Git - rust.git/blob - tests/ui/modulo_one.stderr
Reduce the hackiness of cargo-clippy
[rust.git] / tests / ui / modulo_one.stderr
1 error: any number modulo 1 will be 0
2  --> $DIR/modulo_one.rs:7:5
3   |
4 7 |     10 % 1;
5   |     ^^^^^^
6   |
7   = note: `-D modulo-one` implied by `-D warnings`
8