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:
Lukas Kalbertodt 2017-11-03 21:24:20 +01:00
parent 259c125267
commit deb7360fa7
2 changed files with 1 additions and 3 deletions

View file

@ -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;

View file

@ -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;