diff options
| author | Scott McMurray <scottmcm@users.noreply.github.com> | 2019-01-31 12:47:31 -0800 |
|---|---|---|
| committer | Scott McMurray <scottmcm@users.noreply.github.com> | 2019-02-12 22:26:44 -0800 |
| commit | 3777b86f9b79306d16982ed693a5e4634be13a0e (patch) | |
| tree | 6c0090e2dc5ee5a5785e9709f14270e96afcf9ac /src/liballoc/tests | |
| parent | 0f949c2fcc696d0260a99196d5e5400c59a26a54 (diff) | |
| download | rust-3777b86f9b79306d16982ed693a5e4634be13a0e.tar.gz rust-3777b86f9b79306d16982ed693a5e4634be13a0e.zip | |
Stabilize slice_sort_by_cached_key
Diffstat (limited to 'src/liballoc/tests')
| -rw-r--r-- | src/liballoc/tests/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/liballoc/tests/lib.rs b/src/liballoc/tests/lib.rs index 2b63ac5c7d2..2361a7db1f7 100644 --- a/src/liballoc/tests/lib.rs +++ b/src/liballoc/tests/lib.rs @@ -4,7 +4,6 @@ #![feature(exact_size_is_empty)] #![feature(pattern)] #![feature(repeat_generic_slice)] -#![feature(slice_sort_by_cached_key)] #![feature(try_reserve)] #![feature(unboxed_closures)] #![feature(vecdeque_rotate)] |
