mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 14:52:56 +03:00
1dd0ac1f6a
Replace iterator-based construction of collections by `Into<T>` Just a few quality of life improvements in the doc examples. I also removed some `Vec`s in favor of arrays.