1
Fork 0

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

@ -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)]