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:
@@ -90,7 +90,6 @@ impl BlockingExecutor {
|
||||
// expecting it to be in.
|
||||
let future = Box::pin(async move { Box::new(future.await) as Box<dyn Any + Send> });
|
||||
|
||||
// Sending the task to the runtime,
|
||||
let task = TaskMessage {
|
||||
future,
|
||||
response_tx,
|
||||
|
||||
Reference in New Issue
Block a user