rust/library/core
Jacob Pratt 7c68a8db3e
Rollup merge of #143356 - hkBst:clippy-fix-2, r=scottmcm
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.
2025-07-04 05:47:25 +02:00
..
src Rollup merge of #143356 - hkBst:clippy-fix-2, r=scottmcm 2025-07-04 05:47:25 +02:00
Cargo.toml Update cfg(bootstrap) 2025-07-01 10:55:49 -07:00