about summary refs log tree commit diff
path: root/src/libstd/path/posix.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstd/path/posix.rs')
-rw-r--r--src/libstd/path/posix.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libstd/path/posix.rs b/src/libstd/path/posix.rs
index da4576ca36d..5c415239c5e 100644
--- a/src/libstd/path/posix.rs
+++ b/src/libstd/path/posix.rs
@@ -449,7 +449,6 @@ static dot_dot_static: &'static [u8] = b"..";
 mod tests {
     use prelude::v1::*;
     use str;
-    use super::*;
 
     macro_rules! t {
         (s: $path:expr, $exp:expr) => (