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 cf4f1a1 commit fb01fd4Copy full SHA for fb01fd4
transports/quic/tests/smoke.rs
@@ -41,12 +41,6 @@ async fn tokio_smoke() {
41
smoke::<quic::tokio::Provider>().await
42
}
43
44
-#[cfg(feature = "tokio")]
45
-#[tokio::test]
46
-async fn async_std_smoke() {
47
- smoke::<quic::tokio::Provider>().await
48
-}
49
-
50
#[cfg(feature = "tokio")]
51
#[tokio::test]
52
async fn endpoint_reuse() {
transports/websocket/src/quicksink.rs
@@ -17,8 +17,8 @@
17
// # Examples
18
//
19
// ```no_run
20
-// use async_std::io;
21
// use futures::prelude::*;
+// use tokio::io;
22
23
// use crate::quicksink::Action;
24
0 commit comments