about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNikolai Vazquez <nvazquez1297@gmail.com>2017-09-28 10:30:41 -0400
committerNikolai Vazquez <nvazquez1297@gmail.com>2017-09-28 10:30:41 -0400
commitc7b4a96909e535cbd61b9357740ed22c9bbb7ea6 (patch)
treeee0b1adb17ce36e2fa98ab481b6111dc699b11e0
parent48c20b6a50a4e4b589764cb4385ded7988abd7a9 (diff)
downloadrust-c7b4a96909e535cbd61b9357740ed22c9bbb7ea6.tar.gz
rust-c7b4a96909e535cbd61b9357740ed22c9bbb7ea6.zip
Remove unused 'mem' import in 'path' module
-rw-r--r--src/libstd/path.rs1
1 files changed, 0 insertions, 1 deletions
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};