Skip to content

Commit 6b880cf

Browse files
committed
restore
1 parent 881de02 commit 6b880cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linkerd/http-metrics/src/requests/service.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ where
168168
S::Error: Into<Error>,
169169
A: Body,
170170
B: Body,
171-
C: ClassifyResponse + Default + Clone + Send + Sync + 'static,
171+
C: ClassifyResponse + Clone + Default + Send + Sync + 'static,
172172
C::Class: Hash + Eq + Send + Sync,
173173
{
174174
type Response = http::Response<ResponseBody<B, C::ClassifyEos>>;

0 commit comments

Comments
 (0)