We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f38fda commit c04e2b5Copy full SHA for c04e2b5
tests/_util.rs
@@ -86,6 +86,7 @@ where
86
})
87
}
88
89
+#[allow(unused)]
90
pub async fn wait_for_localhost_port(port: u32) {
91
const RETRY_TIMEOUT: u64 = 100_u64;
92
const NO_RESPONSE_TIMEOUT: u64 = 1000_u64;
tests/js_interop.rs
@@ -1,4 +1,3 @@
1
-use _util::wait_for_localhost_port;
2
use anyhow::Result;
3
use futures::Future;
4
use futures_lite::stream::StreamExt;
0 commit comments