diff options
| author | Kevin Ballard <kevin@sb.org> | 2014-05-25 16:21:07 -0700 |
|---|---|---|
| committer | Kevin Ballard <kevin@sb.org> | 2014-05-25 16:21:07 -0700 |
| commit | 69070ac85fcf930b02e2c75bc161a75c5742e138 (patch) | |
| tree | f684618920bdfc2429fdb7061d1f67b8f3ab6697 /src/libstd/io/process.rs | |
| parent | 759517c180857e1b494486d810c882755a1e2e26 (diff) | |
| download | rust-69070ac85fcf930b02e2c75bc161a75c5742e138.tar.gz rust-69070ac85fcf930b02e2c75bc161a75c5742e138.zip | |
libstd: Remove unnecessary re-exports under std::std
Diffstat (limited to 'src/libstd/io/process.rs')
| -rw-r--r-- | src/libstd/io/process.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/io/process.rs b/src/libstd/io/process.rs index 468bf5551b3..7eb495a6f68 100644 --- a/src/libstd/io/process.rs +++ b/src/libstd/io/process.rs @@ -14,7 +14,7 @@ use prelude::*; -use std::str; +use str; use fmt; use io::IoResult; use io; |
