about summary refs log tree commit diff
path: root/src/librustc_codegen_llvm/lib.rs
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/librustc_codegen_llvm/lib.rs
parent0f949c2fcc696d0260a99196d5e5400c59a26a54 (diff)
downloadrust-3777b86f9b79306d16982ed693a5e4634be13a0e.tar.gz
rust-3777b86f9b79306d16982ed693a5e4634be13a0e.zip
Stabilize slice_sort_by_cached_key
Diffstat (limited to 'src/librustc_codegen_llvm/lib.rs')
-rw-r--r--src/librustc_codegen_llvm/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/librustc_codegen_llvm/lib.rs b/src/librustc_codegen_llvm/lib.rs
index ad8db25ee95..cf6c6c57bd9 100644
--- a/src/librustc_codegen_llvm/lib.rs
+++ b/src/librustc_codegen_llvm/lib.rs
@@ -17,7 +17,6 @@
 #![feature(nll)]
 #![feature(range_contains)]
 #![feature(rustc_diagnostic_macros)]
-#![feature(slice_sort_by_cached_key)]
 #![feature(optin_builtin_traits)]
 #![feature(concat_idents)]
 #![feature(link_args)]