rust/compiler/rustc_codegen_ssa
Michael Goulet 040151a4be
Rollup merge of #118147 - Nilstrieb:no-redundant-casts, r=WaffleLapkin
Fix some unnecessary casts

`x clippy compiler -Aclippy::all -Wclippy::unnecessary_cast --fix` with some manual review to ensure every fix is correct.
2023-11-22 09:28:51 -08:00
..
2023-11-22 08:13:21 +11:00

Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.