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/liblog | |
| parent | b1a46db649d1eabce7c1e2f6d69ff7af09d72bc1 (diff) | |
| download | rust-f0f8be2a2e0aab2efef42208e19886790a0742f5.tar.gz rust-f0f8be2a2e0aab2efef42208e19886790a0742f5.zip | |
Fix rollup (remove slicing_syntax)
Diffstat (limited to 'src/liblog')
| -rw-r--r-- | src/liblog/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/liblog/lib.rs b/src/liblog/lib.rs index 1fedf49738c..5edb4a96a7d 100644 --- a/src/liblog/lib.rs +++ b/src/liblog/lib.rs @@ -168,7 +168,6 @@ #![deny(missing_docs)] #![feature(staged_api)] -#![feature(slicing_syntax)] #![feature(box_syntax)] #![feature(int_uint)] #![feature(core)] |
