Skip to content

Commit

Permalink
fix(quinn): impl tokio::io::AsyncWrite for SendStream
Browse files Browse the repository at this point in the history
  • Loading branch information
matheus23 authored and djc committed Jan 28, 2025
1 parent 69c00eb commit 13decb4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion quinn/src/send_stream.rs
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,6 @@ impl futures_io::AsyncWrite for SendStream {
}
}

#[cfg(feature = "runtime-tokio")]
impl tokio::io::AsyncWrite for SendStream {
fn poll_write(
self: Pin<&mut Self>,
Expand Down

0 comments on commit 13decb4

Please sign in to comment.