rust/library/alloc
Matthias Krüger 1dd0ac1f6a
Rollup merge of #91861 - juniorbassani:use-from-array-in-collections-examples, r=yaahc
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.
2022-01-26 23:45:19 +01:00
..
benches
src Rollup merge of #91861 - juniorbassani:use-from-array-in-collections-examples, r=yaahc 2022-01-26 23:45:19 +01:00
tests Stabilize vec_spare_capacity 2022-01-17 21:07:02 +00:00
Cargo.toml