about summary refs log tree commit diff
path: root/src/liballoc/benches
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/benches
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/benches')
-rw-r--r--src/liballoc/benches/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/liballoc/benches/lib.rs b/src/liballoc/benches/lib.rs
index 174628ccd07..2de0ffb4b26 100644
--- a/src/liballoc/benches/lib.rs
+++ b/src/liballoc/benches/lib.rs
@@ -13,7 +13,6 @@
 #![feature(i128_type)]
 #![feature(rand)]
 #![feature(repr_simd)]
-#![feature(slice_rotate)]
 #![feature(test)]
 
 extern crate rand;