1
Fork 0

syntax: mark the managed_boxes feature as Removed.

This commit is contained in:
Eduard Burtescu 2014-10-02 00:19:55 +03:00
parent aa0b350c97
commit db55e70c97
12 changed files with 12 additions and 12 deletions

View file

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