File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
linkerd/proxy/api-resolve/src Expand file tree Collapse file tree 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>
2424where
2525 S : GrpcService < BoxBody > + Clone + Send + ' static ,
2626 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 ,
2828 <S :: ResponseBody as Body >:: Error : Into < Error > + Send ,
2929 S :: Future : Send ,
3030{
4848 T : Param < ConcreteAddr > ,
4949 S : GrpcService < BoxBody > + Clone + Send + ' static ,
5050 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 ,
5252 <S :: ResponseBody as Body >:: Error : Into < Error > + Send ,
5353 S :: Future : Send ,
5454{
You can’t perform that action at this time.
0 commit comments