Skip to content

Commit 756e252

Browse files
djkoloskiDavid Koloski
andauthored
Remove B: Buf bound on SendStream's parameter (#614)
Co-authored-by: David Koloski <[email protected]>
1 parent 88b0789 commit 756e252

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/share.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ use std::task::{Context, Poll};
9494
/// [`send_trailers`]: #method.send_trailers
9595
/// [`send_reset`]: #method.send_reset
9696
#[derive(Debug)]
97-
pub struct SendStream<B: Buf> {
97+
pub struct SendStream<B> {
9898
inner: proto::StreamRef<B>,
9999
}
100100

0 commit comments

Comments
 (0)