Remove the managed_boxes feature.

This commit is contained in:
Ms2ger 2014-10-04 15:30:42 +02:00
parent d23e45fe5d
commit e8de0d2b5e

View file

@ -2,7 +2,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#![feature(default_type_params, globs, managed_boxes, phase)]
#![feature(default_type_params, globs, phase)]
#![deny(unused_imports, unused_variable)]