Skip to content

Commit

Permalink
Remove B: Buf bound on SendStream's parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
David Koloski committed Jun 7, 2022
1 parent 3a0c622 commit 61474b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/share.rs
Expand Up @@ -95,7 +95,7 @@ use std::task::{Context, Poll};
/// [`send_trailers`]: #method.send_trailers
/// [`send_reset`]: #method.send_reset
#[derive(Debug)]
pub struct SendStream<B: Buf> {
pub struct SendStream<B> {
inner: proto::StreamRef<B>,
}

Expand Down

0 comments on commit 61474b6

Please sign in to comment.