mirror of
https://github.com/pezkuwichain/revive-differential-tests.git
synced 2026-04-22 14:57:55 +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
|
||||
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(|| {
|
||||
tracing::trace!("Initializing the BlockingExecutor state");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user