Remove import of now unused AsciiExt
I also replaced a wildcard import with a specific one, while I was at it.
This commit is contained in:
parent
259c125267
commit
deb7360fa7
2 changed files with 1 additions and 3 deletions
|
|
@ -8,8 +8,6 @@
|
|||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
use ascii::*;
|
||||
|
||||
use path::Prefix;
|
||||
use ffi::OsStr;
|
||||
use mem;
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
use ascii::*;
|
||||
use ascii::AsciiExt;
|
||||
use collections::HashMap;
|
||||
use collections;
|
||||
use env::split_paths;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue