diff options
| author | Manish Goregaokar <manishsmail@gmail.com> | 2015-02-15 19:07:14 +0530 |
|---|---|---|
| committer | Manish Goregaokar <manishsmail@gmail.com> | 2015-02-15 19:26:39 +0530 |
| commit | f0f8be2a2e0aab2efef42208e19886790a0742f5 (patch) | |
| tree | 786ab9b59abe1d72f4f1f8b79b389a92171a74e7 /src/libunicode | |
| parent | b1a46db649d1eabce7c1e2f6d69ff7af09d72bc1 (diff) | |
| download | rust-f0f8be2a2e0aab2efef42208e19886790a0742f5.tar.gz rust-f0f8be2a2e0aab2efef42208e19886790a0742f5.zip | |
Fix rollup (remove slicing_syntax)
Diffstat (limited to 'src/libunicode')
| -rw-r--r-- | src/libunicode/lib.rs | 1 |
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; |
