Skip to content

Commit f1e0eb3

Browse files
committed
Allow unused for test utils
1 parent 083dfa9 commit f1e0eb3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
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;

0 commit comments

Comments
 (0)