`on_all_children_bits` has two arguments that are unused: `tcx` and `body`. This was not detected by the compiler because it's a recursive function. This commit removes them, and removes lots of other arguments and fields that are no longer necessary. |
||
|---|---|---|
| .. | ||
| borrowed_locals.rs | ||
| initialized.rs | ||
| liveness.rs | ||
| mod.rs | ||
| storage_liveness.rs | ||