rust/compiler/rustc_monomorphize/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
..
collector Remove #[macro_use] extern crate tracing from rustc_monomorphize. 2024-05-23 18:02:40 +10:00
collector.rs Remove needless returns detected by clippy in the compiler 2024-09-09 13:32:22 +02:00
errors.rs Add warn(unreachable_pub) to rustc_monomorphize. 2024-08-29 20:13:06 +10:00
lib.rs Make Ty::boxed_ty return an Option 2024-09-06 00:30:36 +03:00
partitioning.rs Simplify some nested if statements 2024-09-11 13:45:23 -04:00
polymorphize.rs Add warn(unreachable_pub) to rustc_monomorphize. 2024-08-29 20:13:06 +10:00
util.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00