mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-01 14:10:03 +03:00
df2f1fa768
Deprecates slicing methods from ImmutableSlice/MutableSlice in favour of slicing syntax or the methods in Slice/SliceMut. Closes #17273.