mirror of
https://github.com/pezkuwichain/revive-differential-tests.git
synced 2026-06-13 10:31:03 +00:00
Update crates/node-interaction/src/blocking_executor.rs
Co-authored-by: xermicus <cyrill@parity.io>
This commit is contained in:
@@ -51,8 +51,6 @@ impl BlockingExecutor {
|
|||||||
where
|
where
|
||||||
R: Send + 'static,
|
R: Send + 'static,
|
||||||
{
|
{
|
||||||
// A static of the state associated with the async runtime. This is initialized on the first
|
|
||||||
// access of the state.
|
|
||||||
static STATE: Lazy<ExecutorState> = Lazy::new(|| {
|
static STATE: Lazy<ExecutorState> = Lazy::new(|| {
|
||||||
tracing::trace!("Initializing the BlockingExecutor state");
|
tracing::trace!("Initializing the BlockingExecutor state");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user