libstd: Remove unnecessary re-exports under std::std
This commit is contained in:
parent
759517c180
commit
69070ac85f
4 changed files with 19 additions and 22 deletions
|
|
@ -859,7 +859,7 @@ mod test {
|
|||
})
|
||||
|
||||
iotest!(fn file_test_io_seek_shakedown() {
|
||||
use std::str; // 01234567890123
|
||||
use str; // 01234567890123
|
||||
let initial_msg = "qwer-asdf-zxcv";
|
||||
let chunk_one: &str = "qwer";
|
||||
let chunk_two: &str = "asdf";
|
||||
|
|
@ -947,7 +947,7 @@ mod test {
|
|||
})
|
||||
|
||||
iotest!(fn file_test_directoryinfo_readdir() {
|
||||
use std::str;
|
||||
use str;
|
||||
let tmpdir = tmpdir();
|
||||
let dir = &tmpdir.join("di_readdir");
|
||||
check!(mkdir(dir, io::UserRWX));
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
use prelude::*;
|
||||
|
||||
use std::str;
|
||||
use str;
|
||||
use fmt;
|
||||
use io::IoResult;
|
||||
use io;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue