summary refs log tree commit diff
path: root/src/libstd/tempfile.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstd/tempfile.rs')
-rw-r--r--src/libstd/tempfile.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libstd/tempfile.rs b/src/libstd/tempfile.rs
index b786d913639..1e95f1aafa5 100644
--- a/src/libstd/tempfile.rs
+++ b/src/libstd/tempfile.rs
@@ -13,7 +13,6 @@
 use core::os;
 use core::prelude::*;
 use core::rand;
-use core::str;
 
 pub fn mkdtemp(tmpdir: &Path, suffix: &str) -> Option<Path> {
     let r = rand::Rng();