remove re-export of parking_lot in util (#6435)
This commit is contained in:
@@ -25,7 +25,8 @@ use std::collections::{HashSet, HashMap};
|
||||
use std::sync::Arc;
|
||||
|
||||
use state::Account;
|
||||
use util::{Address, MemoryDB, Mutex, H256};
|
||||
use parking_lot::Mutex;
|
||||
use util::{Address, MemoryDB, H256};
|
||||
use util::hashdb::{AsHashDB, HashDB, DBValue};
|
||||
|
||||
/// State backend. See module docs for more details.
|
||||
|
||||
Reference in New Issue
Block a user