1
Fork 0
rust/compiler/rustc_mir_build/src
Stuart Cook 3ba12756d3
Rollup merge of #130235 - compiler-errors:nested-if, r=michaelwoerister
Simplify some nested `if` statements

Applies some but not all instances of `clippy::collapsible_if`. Some ended up looking worse afterwards, though, so I left those out. Also applies instances of `clippy::collapsible_else_if`

Review with whitespace disabled please.
2024-09-12 20:37:16 +10:00
..
build Rollup merge of #130235 - compiler-errors:nested-if, r=michaelwoerister 2024-09-12 20:37:16 +10:00
thir Avoid taking reference of &TyKind 2024-08-25 16:02:29 -04:00
check_unsafety.rs Revert "Auto merge of #127537 - veluca93:struct_tf, r=BoxyUwU" 2024-09-01 16:35:53 +02:00
errors.rs Revert "Auto merge of #127537 - veluca93:struct_tf, r=BoxyUwU" 2024-09-01 16:35:53 +02:00
lib.rs Add warn(unreachable_pub) to rustc_mir_build. 2024-08-29 20:13:06 +10:00
lints.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00