[In Progress] Remove deprecated api (#4973)

* Remove deprecated api

* Revert changes to wasm-build-runner
This commit is contained in:
Stanislav Tkach
2020-02-19 00:25:56 +02:00
committed by GitHub
parent 4e453a99a6
commit ba2362dadd
3 changed files with 1 additions and 39 deletions
@@ -377,7 +377,7 @@ mod tests {
use substrate_test_runtime_client::{TestClientBuilder, TestClientBuilderExt};
use sc_network::PeerId;
use futures::executor::{self, ThreadPool};
use futures::executor;
/// Ensure `Future` implementation of `ObserverWork` is polling its `NetworkBridge`. Regression
/// test for bug introduced in d4fbb897c and fixed in b7af8b339.