rust/compiler/rustc_resolve
Ashley Mannix b4defec768
Rollup merge of #81105 - LingMan:init_directly, r=nagisa
Initialize a few variables directly

Currently they are declared as `mut`, get initialized to a default value, and
then possibly overwritten.

By initializing to the final value directly, they don't need to be `mut` and
it's clear that they don't get mutated elsewhere later on.
2021-01-18 21:53:28 +10:00
..
src Rollup merge of #81105 - LingMan:init_directly, r=nagisa 2021-01-18 21:53:28 +10:00
Cargo.toml