mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-30 18:35:34 +00:00
This stabilizes the functionality in slice_partition_at_index, but under the names `select_nth_unstable*`. The functions `partition_at_index*` are left as deprecated, to be removed in a later release. Closes #55300