mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-08 09:38:26 +03:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user