Skip to content

Commit deb7360

Browse files
Remove import of now unused AsciiExt
I also replaced a wildcard import with a specific one, while I was at it.
1 parent 259c125 commit deb7360

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/libstd/sys/windows/path.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
use ascii::*;
12-
1311
use path::Prefix;
1412
use ffi::OsStr;
1513
use mem;

src/libstd/sys/windows/process.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
use ascii::*;
11+
use ascii::AsciiExt;
1212
use collections::HashMap;
1313
use collections;
1414
use env::split_paths;

0 commit comments

Comments
 (0)