Update some feature gates.

This commit is contained in:
Ms2ger 2015-03-21 23:03:28 +01:00
parent aeaf1ea583
commit f416a6a66e
2 changed files with 3 additions and 2 deletions

View file

@ -8,7 +8,6 @@
#![feature(core)]
#![feature(int_uint)]
#![cfg_attr(any(target_os="linux", target_os = "android"), feature(io))]
#![cfg_attr(any(target_os="linux", target_os = "android"), feature(old_path))]
#![feature(plugin)]
#![feature(rustc_private)]
#![feature(std_misc)]