Update some feature gates.

CC #5286.
This commit is contained in:
Ms2ger 2015-03-20 13:55:11 +01:00
parent 2c85c1d312
commit dce11222ba
4 changed files with 4 additions and 7 deletions

View file

@ -6,10 +6,9 @@
#![feature(box_syntax)]
#![feature(collections)]
#![feature(core)]
#![feature(hash)]
#![feature(int_uint)]
#![feature(io)]
#![feature(path)]
#![feature(old_io)]
#![feature(old_path)]
#![feature(plugin)]
#![feature(rustc_private)]
#![feature(std_misc)]