summary refs log tree commit diff
path: root/src/libcore/lib.rs
diff options
context:
space:
mode:
authorManish Goregaokar <manishsmail@gmail.com>2015-02-15 19:07:14 +0530
committerManish Goregaokar <manishsmail@gmail.com>2015-02-15 19:26:39 +0530
commitf0f8be2a2e0aab2efef42208e19886790a0742f5 (patch)
tree786ab9b59abe1d72f4f1f8b79b389a92171a74e7 /src/libcore/lib.rs
parentb1a46db649d1eabce7c1e2f6d69ff7af09d72bc1 (diff)
downloadrust-f0f8be2a2e0aab2efef42208e19886790a0742f5.tar.gz
rust-f0f8be2a2e0aab2efef42208e19886790a0742f5.zip
Fix rollup (remove slicing_syntax)
Diffstat (limited to 'src/libcore/lib.rs')
-rw-r--r--src/libcore/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcore/lib.rs b/src/libcore/lib.rs
index a122bcb2c7a..7243bd4f0cb 100644
--- a/src/libcore/lib.rs
+++ b/src/libcore/lib.rs
@@ -64,7 +64,7 @@
 #![feature(int_uint)]
 #![feature(intrinsics, lang_items)]
 #![feature(on_unimplemented)]
-#![feature(simd, unsafe_destructor, slicing_syntax)]
+#![feature(simd, unsafe_destructor)]
 #![feature(staged_api)]
 #![feature(unboxed_closures)]