about summary refs log tree commit diff
path: root/compiler/rustc_ast_lowering/src
diff options
context:
space:
mode:
authorJacob Pratt <jacob@jhpratt.dev>2025-07-04 05:47:25 +0200
committerGitHub <noreply@github.com>2025-07-04 05:47:25 +0200
commit7c68a8db3e069907d3c93bb7e6cee0cafb003d4f (patch)
tree5727ef9b33dd2eb48c41c1939a5565be8da7dd3f /compiler/rustc_ast_lowering/src
parent25eb32598942a8fbd3b7cb67e8651ed4fa09d163 (diff)
parentd9505f0b321e85c47a6f12ee97cd86e0750d4174 (diff)
downloadrust-7c68a8db3e069907d3c93bb7e6cee0cafb003d4f.tar.gz
rust-7c68a8db3e069907d3c93bb7e6cee0cafb003d4f.zip
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.
Diffstat (limited to 'compiler/rustc_ast_lowering/src')
0 files changed, 0 insertions, 0 deletions