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(env, io)]
#![feature(env, old_io)]
extern crate hyper;
use std::env;