summary refs log tree commit diff
path: root/src/libunicode
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/libunicode
parentb1a46db649d1eabce7c1e2f6d69ff7af09d72bc1 (diff)
downloadrust-f0f8be2a2e0aab2efef42208e19886790a0742f5.tar.gz
rust-f0f8be2a2e0aab2efef42208e19886790a0742f5.zip
Fix rollup (remove slicing_syntax)
Diffstat (limited to 'src/libunicode')
-rw-r--r--src/libunicode/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libunicode/lib.rs b/src/libunicode/lib.rs
index 977cb783344..89b310d4949 100644
--- a/src/libunicode/lib.rs
+++ b/src/libunicode/lib.rs
@@ -31,7 +31,6 @@
        html_playground_url = "http://play.rust-lang.org/")]
 #![feature(no_std)]
 #![no_std]
-#![feature(slicing_syntax)]
 #![feature(core)]
 
 extern crate core;