@@ -250,7 +250,7 @@ where
250
250
}
251
251
252
252
#[ stable( feature = "rust1" , since = "1.0.0" ) ]
253
- impl < ' a , ' b , A , B , const N : usize > PartialEq < [ A ; N ] > for [ B ]
253
+ impl < A , B , const N : usize > PartialEq < [ A ; N ] > for [ B ]
254
254
where
255
255
B : PartialEq < A > ,
256
256
[ A ; N ] : LengthAtMost32 ,
@@ -266,7 +266,7 @@ where
266
266
}
267
267
268
268
#[ stable( feature = "rust1" , since = "1.0.0" ) ]
269
- impl < ' a , ' b , A , B , const N : usize > PartialEq < & ' b [ B ] > for [ A ; N ]
269
+ impl < ' b , A , B , const N : usize > PartialEq < & ' b [ B ] > for [ A ; N ]
270
270
where
271
271
A : PartialEq < B > ,
272
272
[ A ; N ] : LengthAtMost32 ,
@@ -282,7 +282,7 @@ where
282
282
}
283
283
284
284
#[ stable( feature = "rust1" , since = "1.0.0" ) ]
285
- impl < ' a , ' b , A , B , const N : usize > PartialEq < [ A ; N ] > for & ' b [ B ]
285
+ impl < ' b , A , B , const N : usize > PartialEq < [ A ; N ] > for & ' b [ B ]
286
286
where
287
287
B : PartialEq < A > ,
288
288
[ A ; N ] : LengthAtMost32 ,
@@ -298,7 +298,7 @@ where
298
298
}
299
299
300
300
#[ stable( feature = "rust1" , since = "1.0.0" ) ]
301
- impl < ' a , ' b , A , B , const N : usize > PartialEq < & ' b mut [ B ] > for [ A ; N ]
301
+ impl < ' b , A , B , const N : usize > PartialEq < & ' b mut [ B ] > for [ A ; N ]
302
302
where
303
303
A : PartialEq < B > ,
304
304
[ A ; N ] : LengthAtMost32 ,
@@ -314,7 +314,7 @@ where
314
314
}
315
315
316
316
#[ stable( feature = "rust1" , since = "1.0.0" ) ]
317
- impl < ' a , ' b , A , B , const N : usize > PartialEq < [ A ; N ] > for & ' b mut [ B ]
317
+ impl < ' b , A , B , const N : usize > PartialEq < [ A ; N ] > for & ' b mut [ B ]
318
318
where
319
319
B : PartialEq < A > ,
320
320
[ A ; N ] : LengthAtMost32 ,
0 commit comments