Fix rollup (remove slicing_syntax)

This commit is contained in:
Manish Goregaokar
2015-02-15 19:07:14 +05:30
parent b1a46db649
commit f0f8be2a2e
24 changed files with 9 additions and 24 deletions

View File

@@ -32,7 +32,7 @@
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
html_root_url = "http://doc.rust-lang.org/nightly/")]
#![feature(asm, slicing_syntax)]
#![feature(asm)]
#![feature(box_syntax)]
#![feature(collections)]
#![feature(core)]