about summary refs log tree commit diff
path: root/src/liballoc/lib.rs
diff options
context:
space:
mode:
authorvarkor <github@varkor.com>2018-03-17 20:43:46 +0000
committervarkor <github@varkor.com>2018-03-18 12:50:56 +0000
commit9896b38f01c068abfe7170cb9ae2bfadb4aebbc4 (patch)
tree4191dccd0cd9913de4c56383c4268fe6f38c9046 /src/liballoc/lib.rs
parentca3bed0c66d27fbf30eb48ae3eb5af235669364d (diff)
downloadrust-9896b38f01c068abfe7170cb9ae2bfadb4aebbc4.tar.gz
rust-9896b38f01c068abfe7170cb9ae2bfadb4aebbc4.zip
Clarify time complexity
Diffstat (limited to 'src/liballoc/lib.rs')
-rw-r--r--src/liballoc/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/liballoc/lib.rs b/src/liballoc/lib.rs
index 253b8acc16c..b93e128d508 100644
--- a/src/liballoc/lib.rs
+++ b/src/liballoc/lib.rs
@@ -113,7 +113,6 @@
 #![feature(slice_get_slice)]
 #![feature(slice_patterns)]
 #![feature(slice_rsplit)]
-#![feature(slice_sort_by_cached_key)]
 #![feature(specialization)]
 #![feature(staged_api)]
 #![feature(str_internals)]