Skip to content

Commit

Permalink
fix test.
Browse files Browse the repository at this point in the history
  • Loading branch information
fakeshadow committed Feb 18, 2024
1 parent cc27dac commit 5b1ee44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion http-ws/src/stream.rs
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ impl ResponseSender {
///
/// // thread1:
/// // read and write websocket message.
/// async fn sender<S, T, E>(tx: ResponseSender, mut rx: Pin<&mut RequestStream<S, E>>)
/// async fn sender<S, T, E>(tx: ResponseSender, mut rx: Pin<&mut RequestStream<S>>)
/// where
/// S: Stream<Item = Result<T, E>>,
/// T: AsRef<[u8]>,
Expand Down

0 comments on commit 5b1ee44

Please sign in to comment.