remove re-export of parking_lot in util (#6435)

This commit is contained in:
Hawstein
2017-09-03 02:09:13 +08:00
committed by Gav Wood
parent 1d95fe481f
commit 7b8af30590
99 changed files with 161 additions and 75 deletions

View File

@@ -10,7 +10,7 @@ use std::time;
use std::path::PathBuf;
use hash::keccak;
use util::Mutex;
use parking_lot::Mutex;
use url::Url;
use std::fs::File;

View File

@@ -6,6 +6,7 @@ extern crate futures;
extern crate jsonrpc_core;
extern crate jsonrpc_ws_server as ws;
extern crate parity_rpc as rpc;
extern crate parking_lot;
extern crate rand;
extern crate serde;
extern crate serde_json;