about summary refs log tree commit diff
path: root/src/libsyntax
diff options
context:
space:
mode:
authorScott McMurray <scottmcm@users.noreply.github.com>2019-01-31 12:47:31 -0800
committerScott McMurray <scottmcm@users.noreply.github.com>2019-02-12 22:26:44 -0800
commit3777b86f9b79306d16982ed693a5e4634be13a0e (patch)
tree6c0090e2dc5ee5a5785e9709f14270e96afcf9ac /src/libsyntax
parent0f949c2fcc696d0260a99196d5e5400c59a26a54 (diff)
downloadrust-3777b86f9b79306d16982ed693a5e4634be13a0e.tar.gz
rust-3777b86f9b79306d16982ed693a5e4634be13a0e.zip
Stabilize slice_sort_by_cached_key
Diffstat (limited to 'src/libsyntax')
-rw-r--r--src/libsyntax/lib.rs1
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)]