Skip to content

Commit c04e2b5

Browse files
committed
lint
1 parent 7f38fda commit c04e2b5

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

tests/_util.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ where
8686
})
8787
}
8888

89+
#[allow(unused)]
8990
pub async fn wait_for_localhost_port(port: u32) {
9091
const RETRY_TIMEOUT: u64 = 100_u64;
9192
const NO_RESPONSE_TIMEOUT: u64 = 1000_u64;

tests/js_interop.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
use _util::wait_for_localhost_port;
21
use anyhow::Result;
32
use futures::Future;
43
use futures_lite::stream::StreamExt;

0 commit comments

Comments
 (0)