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/libsyntax | |
| parent | 0f949c2fcc696d0260a99196d5e5400c59a26a54 (diff) | |
| download | rust-3777b86f9b79306d16982ed693a5e4634be13a0e.tar.gz rust-3777b86f9b79306d16982ed693a5e4634be13a0e.zip | |
Stabilize slice_sort_by_cached_key
Diffstat (limited to 'src/libsyntax')
| -rw-r--r-- | src/libsyntax/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libsyntax/lib.rs b/src/libsyntax/lib.rs index a56cdf623bf..48c06c381de 100644 --- a/src/libsyntax/lib.rs +++ b/src/libsyntax/lib.rs @@ -14,7 +14,6 @@ #![feature(nll)] #![feature(rustc_attrs)] #![feature(rustc_diagnostic_macros)] -#![feature(slice_sort_by_cached_key)] #![feature(step_trait)] #![feature(try_trait)] #![feature(unicode_internals)] |
