Commit 50229a2
authored
Ignore clippy's manual_is_multiple_of warning. (#321)
unsigned_is_multiple_of() was stabilized very recently, and while
the suggested code might be more idiomatic, it's not supported by
our MSRV or even the stable version currently used in rules_rust,
so let's ignore this clippy warning for the time being.
Signed-off-by: Piotr Sikora <code@piotrsikora.dev>1 parent c609755 commit 50229a2
2 files changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| 71 | + | |
71 | 72 | | |
72 | 73 | | |
73 | 74 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| 53 | + | |
53 | 54 | | |
54 | 55 | | |
55 | 56 | | |
| |||
0 commit comments