Commit f054e54 1 parent 09a0c0f commit f054e54 Copy full SHA for f054e54
File tree 1 file changed +2
-2
lines changed
linkerd/proxy/api-resolve/src
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ impl<S> Resolve<S>
24
24
where
25
25
S : GrpcService < BoxBody > + Clone + Send + ' static ,
26
26
S :: Error : Into < Error > + Send ,
27
- S :: ResponseBody : Default + Body < Data = tonic:: codegen:: Bytes > + Send + ' static ,
27
+ S :: ResponseBody : Body < Data = tonic:: codegen:: Bytes > + Send + ' static ,
28
28
<S :: ResponseBody as Body >:: Error : Into < Error > + Send ,
29
29
S :: Future : Send ,
30
30
{
48
48
T : Param < ConcreteAddr > ,
49
49
S : GrpcService < BoxBody > + Clone + Send + ' static ,
50
50
S :: Error : Into < Error > + Send ,
51
- S :: ResponseBody : Default + Body < Data = tonic:: codegen:: Bytes > + Send + ' static ,
51
+ S :: ResponseBody : Body < Data = tonic:: codegen:: Bytes > + Send + ' static ,
52
52
<S :: ResponseBody as Body >:: Error : Into < Error > + Send ,
53
53
S :: Future : Send ,
54
54
{
You can’t perform that action at this time.
0 commit comments