1
Fork 0

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

@ -9,7 +9,7 @@
// except according to those terms.
use std::fmt;
use std::rt::io;
use std::io;
#[deriving(Clone)]
pub struct Layout {