remove re-export of parking_lot in util (#6435)
This commit is contained in:
@@ -17,7 +17,8 @@
|
||||
use std::sync::Arc;
|
||||
use hash::KECCAK_EMPTY;
|
||||
use heapsize::HeapSizeOf;
|
||||
use util::{H256, Mutex};
|
||||
use parking_lot::Mutex;
|
||||
use util::H256;
|
||||
use util::cache::MemoryLruCache;
|
||||
use bit_set::BitSet;
|
||||
use super::super::instructions;
|
||||
|
||||
Reference in New Issue
Block a user