Misleading doc about Vec::into_boxed_slice
#98908
Labels
A-docs
Area: Documentation for any part of the project, including the compiler, standard library, and tools
Location
Vec::into_boxed_slice
impl From<Vec<T>> for Box<[T]>
Summary
impl From<Vec<T>> for Box<[T]>
says:When
Vec::into_boxed_slice
does not:Despite the fact that
impl From<Vec<T>> for Box<[T]>
usesVec::into_boxed_slice
insideThe text was updated successfully, but these errors were encountered: