Unnamed repository; edit this file 'description' to name the repository.
Rollup merge of #158418 - viliml:vec_into_array_unwrap_unchecked, r=Darksonn
Eliminate double length check in `Vec::into_array`
Linked issue: rust-lang/rust#148082
As an aside, has the question of whether `Vec::into_boxed_slice` and `RawVec::into_box` should be `#[inline]` been considered? That might allow length information to be retained and used for optimization.