mirror of
https://github.com/rust-lang/rust.git
synced 2026-01-20 18:40:38 +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