From f0f8be2a2e0aab2efef42208e19886790a0742f5 Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Sun, 15 Feb 2015 19:07:14 +0530 Subject: Fix rollup (remove slicing_syntax) --- src/rustbook/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rustbook') diff --git a/src/rustbook/main.rs b/src/rustbook/main.rs index 3e571bad09c..b29538ad620 100644 --- a/src/rustbook/main.rs +++ b/src/rustbook/main.rs @@ -8,7 +8,7 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -#![feature(slicing_syntax, box_syntax)] +#![feature(box_syntax)] #![feature(collections)] #![feature(core)] #![feature(io)] -- cgit 1.4.1-3-g733a5