fix(rustup): update feature flags

This commit is contained in:
Renato Zannon
2015-02-19 19:05:18 -02:00
committed by Sean McArthur
parent fc2076cd53
commit b47f936525
7 changed files with 8 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
#![feature(core, io, test)]
#![feature(core, old_io, test)]
extern crate hyper;
extern crate test;

View File

@@ -1,4 +1,4 @@
#![feature(collections, io, test)]
#![feature(collections, old_io, test)]
extern crate hyper;
extern crate test;

View File

@@ -1,4 +1,4 @@
#![feature(io, test)]
#![feature(old_io, test)]
extern crate hyper;
extern crate test;