1
Fork 0

Revert "Put slicing syntax behind a feature gate."

This reverts commit 95cfc35607.
This commit is contained in:
Aaron Turon 2014-10-02 11:47:51 -07:00
parent 2f365ffdad
commit 7bf56df4c8
43 changed files with 43 additions and 105 deletions

View file

@ -15,8 +15,7 @@
#![crate_type = "dylib"]
#![crate_type = "rlib"]
#![allow(unknown_features)]
#![feature(globs, struct_variant, managed_boxes, macro_rules, phase, slicing_syntax)]
#![feature(globs, struct_variant, managed_boxes, macro_rules, phase)]
extern crate arena;
extern crate debug;