Skip to content

Commit 6dac819

Browse files
authored
chore(server): Remove unnecessary bound from MaybeEmptyBody (#2027)
1 parent ea4995e commit 6dac819

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tonic/src/transport/server/service/recover_error.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ impl<B> MaybeEmptyBody<B> {
9494

9595
impl<B> http_body::Body for MaybeEmptyBody<B>
9696
where
97-
B: http_body::Body + Send,
97+
B: http_body::Body,
9898
{
9999
type Data = B::Data;
100100
type Error = B::Error;

0 commit comments

Comments
 (0)