summary refs log tree commit diff
path: root/tempfile
diff options
context:
space:
mode:
Diffstat (limited to 'tempfile')
-rw-r--r--tempfile/src/lib.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/tempfile/src/lib.rs b/tempfile/src/lib.rs
index c04f0f7..14f235b 100644
--- a/tempfile/src/lib.rs
+++ b/tempfile/src/lib.rs
@@ -5,8 +5,6 @@
 //! Simplified tempfile which doesn't depend on the `rand` crate, instead using
 //! /dev/urandom as a source of entropy
 
-extern crate rand_ish;
-
 use rand_ish::urandom_str;
 use std::env;
 use std::fs;