Update quinn/src/recv_stream.rs

Co-authored-by: Benjamin Saunders <ben.e.saunders@gmail.com>
This commit is contained in:
Floris Bruynooghe
2023-02-27 19:40:14 +01:00
committed by Benjamin Saunders
parent b95e50fb1f
commit 06e1a1a8c5
+2 -2
View File
@@ -40,8 +40,8 @@ use crate::{
/// ```no_run
/// # use quinn::{SendStream, RecvStream};
/// # async fn func(
/// # send_stream: &mut SendStream,
/// # recv_stream: &mut RecvStream,
/// # mut send_stream: SendStream,
/// # mut recv_stream: RecvStream,
/// # ) -> anyhow::Result<()>
/// # {
/// // In the sending task