mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-18 00:16:43 +00:00
The functionality of these methods from `split_array` has been absorbed by the `slice_first_last_chunk` feature. This only affects the methods on slices, not those with the same name that are implemented on array types. Also adjusts testing to reflect this change.