Removed annoying warning during the build (#420)

This commit is contained in:
Marco Tanzi 2017-12-03 22:48:46 +00:00 committed by Simon B
parent 7ef752f61c
commit 1a86900bac

View file

@ -17,7 +17,7 @@
use rand::{self, Rng};
use std::sync::{Arc, RwLock};
use std::{str, thread};
use std::thread;
use std;
use time;