Clean up usage of `cx.tcx` when `tcx` is already set into a variable I discovered a few cases where `cx.tcx` (and equivalents) was used whereas `tcx` was already stored into a variable. In those cases, better to just use `tcx` directly. r? `@notriddle` |
||
|---|---|---|
| .. | ||
| cache.rs | ||
| item_type.rs | ||
| mod.rs | ||
| renderer.rs | ||