Revert "Put slicing syntax behind a feature gate."
This reverts commit 95cfc35607
.
This commit is contained in:
parent
2f365ffdad
commit
7bf56df4c8
43 changed files with 43 additions and 105 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue