about summary refs log tree commit diff
path: root/src/liballoc/benches
diff options
context:
space:
mode:
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;