summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/rand.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/rand.rs b/src/rand.rs
index f0ba207..fe8067d 100644
--- a/src/rand.rs
+++ b/src/rand.rs
@@ -1,5 +1,3 @@
-use std::fs::File;
-use std::io::Read;
use std::sync::Mutex;
use std::time::SystemTime;