Skip to content

Commit

Permalink
Remove B: Buf bound on SendStream's parameter (#614)
Browse files Browse the repository at this point in the history
Co-authored-by: David Koloski <dkoloski@google.com>
  • Loading branch information
djkoloski and David Koloski committed Sep 6, 2022
1 parent 88b0789 commit 756e252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/share.rs
Expand Up @@ -94,7 +94,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 756e252

Please sign in to comment.