rust/library/core
James Gill 01ac5a97c9 Stabilize slice_select_nth_unstable
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
2020-10-12 00:07:41 -04:00
..
benches Use more efficient scheme for display u128/i128 2020-09-28 20:38:38 +00:00
src Stabilize slice_select_nth_unstable 2020-10-12 00:07:41 -04:00
tests Stabilize slice_select_nth_unstable 2020-10-12 00:07:41 -04:00
Cargo.toml