mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-30 06:15:29 +00:00
improve doc of into_boxed_slice and impl From<Vec<T>> for Box<[T]> Improves description of `into_boxed_slice`, and adds example to `impl From<Vec<T>> for Box<[T]>`. Fixes #98908