Move std::rt::io to std::io
This commit is contained in:
parent
8b4683d79d
commit
49ee49296b
119 changed files with 347 additions and 336 deletions
|
@ -9,7 +9,7 @@
|
|||
// except according to those terms.
|
||||
|
||||
use std::fmt;
|
||||
use std::rt::io;
|
||||
use std::io;
|
||||
|
||||
#[deriving(Clone)]
|
||||
pub struct Layout {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue