diff --git a/src/libstd/path.rs b/src/libstd/path.rs index 765cdc29a9f..9003b368ebe 100644 --- a/src/libstd/path.rs +++ b/src/libstd/path.rs @@ -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};