mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-25 14:13:38 +00:00
Remove unused 'mem' import in 'path' module
This commit is contained in:
parent
48c20b6a50
commit
c7b4a96909
@ -86,7 +86,6 @@ use fs;
|
||||
use hash::{Hash, Hasher};
|
||||
use io;
|
||||
use iter::{self, FusedIterator};
|
||||
use mem;
|
||||
use ops::{self, Deref};
|
||||
|
||||
use ffi::{OsStr, OsString};
|
||||
|
Loading…
Reference in New Issue
Block a user