diff options
Diffstat (limited to 'src/librustpkg/lib.rs')
| -rw-r--r-- | src/librustpkg/lib.rs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/librustpkg/lib.rs b/src/librustpkg/lib.rs index 94978b4a7e1..5e9d06f533b 100644 --- a/src/librustpkg/lib.rs +++ b/src/librustpkg/lib.rs @@ -26,10 +26,10 @@ extern mod rustc; extern mod syntax; use std::{os, result, run, str, task}; -use std::rt::io::process; +use std::io::process; use std::hashmap::HashSet; -use std::rt::io; -use std::rt::io::fs; +use std::io; +use std::io::fs; pub use std::path::Path; use extra::workcache; |
