mirror of
https://github.com/mimblewimble/grin.git
synced 2025-01-21 11:31:08 +03:00
Removed annoying warning during the build (#420)
This commit is contained in:
parent
7ef752f61c
commit
1a86900bac
1 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@
|
|||
|
||||
use rand::{self, Rng};
|
||||
use std::sync::{Arc, RwLock};
|
||||
use std::{str, thread};
|
||||
use std::thread;
|
||||
use std;
|
||||
use time;
|
||||
|
||||
|
|
Loading…
Reference in a new issue