Skip to content

Commit c7b4a96

Browse files
committed
Remove unused 'mem' import in 'path' module
1 parent 48c20b6 commit c7b4a96

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/libstd/path.rs

-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ use fs;
8686
use hash::{Hash, Hasher};
8787
use io;
8888
use iter::{self, FusedIterator};
89-
use mem;
9089
use ops::{self, Deref};
9190

9291
use ffi::{OsStr, OsString};

0 commit comments

Comments
 (0)