use unsigned_abs instead of `abs` on signed int to silence clippy Use `unsigned_abs` instead of `abs` on signed int to silence clippy. Alternatively we could allow the lint, but if codegen is not affected, then this seems preferable. |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||