mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-06 23:17:37 +00:00
![]() 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. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |