test: fix compile errors

This commit is contained in:
XOR-op
2023-01-16 01:09:53 +08:00
committed by Benjamin Fry
parent 74bdef0d9a
commit 63a1f7692e
10 changed files with 80 additions and 90 deletions

View File

@@ -94,10 +94,3 @@ impl RuntimeProvider for AsyncStdRuntimeProvider {
Box::pin(AsyncStdUdpSocket::bind(local_addr))
}
}
impl AsyncStdRuntimeProvider {
#[cfg(test)]
pub(crate) fn handle(&self) -> AsyncStdRuntimeHandle {
AsyncStdRuntimeHandle
}
}