Remove unused 'mem' import in 'path' module

This commit is contained in:
Nikolai Vazquez 2017-09-28 10:30:41 -04:00
parent 48c20b6a50
commit c7b4a96909

View File

@ -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};