Skip to content

Commit b97865e

Browse files
author
David Koloski
committed
Remove B: Buf bound on SendStream's parameter
1 parent 3a0c622 commit b97865e

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
@@ -95,7 +95,7 @@ use std::task::{Context, Poll};
9595
/// [`send_trailers`]: #method.send_trailers
9696
/// [`send_reset`]: #method.send_reset
9797
#[derive(Debug)]
98-
pub struct SendStream<B: Buf> {
98+
pub struct SendStream<B> {
9999
inner: proto::StreamRef<B>,
100100
}
101101

0 commit comments

Comments
 (0)