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/libsyntax | |
| parent | b1a46db649d1eabce7c1e2f6d69ff7af09d72bc1 (diff) | |
| download | rust-f0f8be2a2e0aab2efef42208e19886790a0742f5.tar.gz rust-f0f8be2a2e0aab2efef42208e19886790a0742f5.zip | |
Fix rollup (remove slicing_syntax)
Diffstat (limited to 'src/libsyntax')
| -rw-r--r-- | src/libsyntax/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libsyntax/lib.rs b/src/libsyntax/lib.rs index 951e4dcf792..f4b0c867f42 100644 --- a/src/libsyntax/lib.rs +++ b/src/libsyntax/lib.rs @@ -35,7 +35,6 @@ #![feature(path)] #![feature(quote, unsafe_destructor)] #![feature(rustc_private)] -#![feature(slicing_syntax)] #![feature(staged_api)] #![feature(std_misc)] #![feature(unicode)] |
