about summary refs log tree commit diff
path: root/src/liballoc/lib.rs
diff options
context:
space:
mode:
authorCorey Farwell <coreyf@rwell.org>2018-02-22 19:53:44 -0500
committerCorey Farwell <coreyf@rwell.org>2018-02-22 20:12:38 -0500
commitb1a6c8bdd3a76207eff76b004945bc2a13755eca (patch)
tree5bf71b616992a858c052e8a2daf4c306135bb7e8 /src/liballoc/lib.rs
parentb1f8e6fb06d7362eeb2065347a7db94e76b1cb2f (diff)
downloadrust-b1a6c8bdd3a76207eff76b004945bc2a13755eca.tar.gz
rust-b1a6c8bdd3a76207eff76b004945bc2a13755eca.zip
Stabilize [T]::rotate_{left,right}
https://github.com/rust-lang/rust/issues/41891
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 5139e54b560..d250cfe1880 100644
--- a/src/liballoc/lib.rs
+++ b/src/liballoc/lib.rs
@@ -79,7 +79,6 @@
 #![cfg_attr(test, feature(placement_in))]
 #![cfg_attr(not(test), feature(core_float))]
 #![cfg_attr(not(test), feature(exact_size_is_empty))]
-#![cfg_attr(not(test), feature(slice_rotate))]
 #![cfg_attr(not(test), feature(generator_trait))]
 #![cfg_attr(test, feature(rand, test))]
 #![feature(allow_internal_unstable)]