Move std::rt::io to std::io

This commit is contained in:
Alex Crichton
2013-11-10 22:46:32 -08:00
parent 8b4683d79d
commit 49ee49296b
119 changed files with 347 additions and 336 deletions

View File

@@ -39,10 +39,10 @@ use std::comm;
use std::fmt;
use std::hashmap::{HashMap, HashSet};
use std::local_data;
use std::rt::io::buffered::BufferedWriter;
use std::rt::io;
use std::rt::io::fs;
use std::rt::io::File;
use std::io::buffered::BufferedWriter;
use std::io;
use std::io::fs;
use std::io::File;
use std::os;
use std::str;
use std::task;