@@ -155,7 +155,7 @@ where
155
155
}
156
156
157
157
#[ cfg( feature = "server-auto" ) ]
158
- impl < ' a , I , B , S , E > GracefulConnection for crate :: server:: conn:: auto:: Connection < ' a , I , S , E >
158
+ impl < I , B , S , E > GracefulConnection for crate :: server:: conn:: auto:: Connection < ' _ , I , S , E >
159
159
where
160
160
S : hyper:: service:: Service < http:: Request < hyper:: body:: Incoming > , Response = http:: Response < B > > ,
161
161
S :: Error : Into < Box < dyn std:: error:: Error + Send + Sync > > ,
@@ -173,8 +173,8 @@ where
173
173
}
174
174
175
175
#[ cfg( feature = "server-auto" ) ]
176
- impl < ' a , I , B , S , E > GracefulConnection
177
- for crate :: server:: conn:: auto:: UpgradeableConnection < ' a , I , S , E >
176
+ impl < I , B , S , E > GracefulConnection
177
+ for crate :: server:: conn:: auto:: UpgradeableConnection < ' _ , I , S , E >
178
178
where
179
179
S : hyper:: service:: Service < http:: Request < hyper:: body:: Incoming > , Response = http:: Response < B > > ,
180
180
S :: Error : Into < Box < dyn std:: error:: Error + Send + Sync > > ,
@@ -229,7 +229,7 @@ mod private {
229
229
}
230
230
231
231
#[ cfg( feature = "server-auto" ) ]
232
- impl < ' a , I , B , S , E > Sealed for crate :: server:: conn:: auto:: Connection < ' a , I , S , E >
232
+ impl < I , B , S , E > Sealed for crate :: server:: conn:: auto:: Connection < ' _ , I , S , E >
233
233
where
234
234
S : hyper:: service:: Service <
235
235
http:: Request < hyper:: body:: Incoming > ,
@@ -245,7 +245,7 @@ mod private {
245
245
}
246
246
247
247
#[ cfg( feature = "server-auto" ) ]
248
- impl < ' a , I , B , S , E > Sealed for crate :: server:: conn:: auto:: UpgradeableConnection < ' a , I , S , E >
248
+ impl < I , B , S , E > Sealed for crate :: server:: conn:: auto:: UpgradeableConnection < ' _ , I , S , E >
249
249
where
250
250
S : hyper:: service:: Service <
251
251
http:: Request < hyper:: body:: Incoming > ,
0 commit comments