Skip to content

Commit fb01fd4

Browse files
authored
chore: remove async-std leftovers
Pull-Request: #6075.
1 parent cf4f1a1 commit fb01fd4

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

transports/quic/tests/smoke.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,6 @@ async fn tokio_smoke() {
4141
smoke::<quic::tokio::Provider>().await
4242
}
4343

44-
#[cfg(feature = "tokio")]
45-
#[tokio::test]
46-
async fn async_std_smoke() {
47-
smoke::<quic::tokio::Provider>().await
48-
}
49-
5044
#[cfg(feature = "tokio")]
5145
#[tokio::test]
5246
async fn endpoint_reuse() {

transports/websocket/src/quicksink.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
// # Examples
1818
//
1919
// ```no_run
20-
// use async_std::io;
2120
// use futures::prelude::*;
21+
// use tokio::io;
2222
//
2323
// use crate::quicksink::Action;
2424
//

0 commit comments

Comments
 (0)