We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 259c125 commit deb7360Copy full SHA for deb7360
src/libstd/sys/windows/path.rs
@@ -8,8 +8,6 @@
8
// option. This file may not be copied, modified, or distributed
9
// except according to those terms.
10
11
-use ascii::*;
12
-
13
use path::Prefix;
14
use ffi::OsStr;
15
use mem;
src/libstd/sys/windows/process.rs
@@ -8,7 +8,7 @@
+use ascii::AsciiExt;
use collections::HashMap;
use collections;
use env::split_paths;
0 commit comments