Remove unused 'mem' import in 'path' module
This commit is contained in:
parent
48c20b6a50
commit
c7b4a96909
1 changed files with 0 additions and 1 deletions
|
@ -86,7 +86,6 @@ use fs;
|
||||||
use hash::{Hash, Hasher};
|
use hash::{Hash, Hasher};
|
||||||
use io;
|
use io;
|
||||||
use iter::{self, FusedIterator};
|
use iter::{self, FusedIterator};
|
||||||
use mem;
|
|
||||||
use ops::{self, Deref};
|
use ops::{self, Deref};
|
||||||
|
|
||||||
use ffi::{OsStr, OsString};
|
use ffi::{OsStr, OsString};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue