mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-08 01:28:18 +03:00
092ba6a856
This commit deprecates `slice`, `slice_from`, `slice_to` and their mutable variants in favor of slice notation. The `as_slice` methods are left intact, for now. [breaking-change]