Sign in
rust
/
rust-clippy
/
c362efa42048d632c968a84002ca29396f0eb115
/
.
/
tests
/
ui
/
modulo_one.stderr
blob: 48cfe6c38cc21f2b8cff0928759f281642ad20d4 [
file
] [
log
] [
blame
]
error
:
any number modulo
1
will be
0
-->
$DIR
/
modulo_one
.
rs
:
7
:
5
|
7
|
10
%
1
;
|
^^^^^^
|
=
note
:
`-D modulo-one`
implied
by
`-D warnings`