1
Fork 0
rust/compiler/rustc_resolve
LingMan 0a74e17211 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-17 02:07:37 +01:00
..
src Initialize a few variables directly 2021-01-17 02:07:37 +01:00
Cargo.toml mv compiler to compiler/ 2020-08-30 18:45:07 +03:00