@@ -269,7 +269,7 @@ where
269
269
}
270
270
}
271
271
272
- impl < ' a , ' j , C > ser:: SerializeSeq for ArraySerializer < ' a , ' j , C >
272
+ impl < ' j , C > ser:: SerializeSeq for ArraySerializer < ' _ , ' j , C >
273
273
where
274
274
C : Context < ' j > ,
275
275
{
@@ -293,7 +293,7 @@ where
293
293
}
294
294
}
295
295
296
- impl < ' a , ' j , C > ser:: SerializeTuple for ArraySerializer < ' a , ' j , C >
296
+ impl < ' j , C > ser:: SerializeTuple for ArraySerializer < ' _ , ' j , C >
297
297
where
298
298
C : Context < ' j > ,
299
299
{
@@ -312,7 +312,7 @@ where
312
312
}
313
313
}
314
314
315
- impl < ' a , ' j , C > ser:: SerializeTupleStruct for ArraySerializer < ' a , ' j , C >
315
+ impl < ' j , C > ser:: SerializeTupleStruct for ArraySerializer < ' _ , ' j , C >
316
316
where
317
317
C : Context < ' j > ,
318
318
{
@@ -349,7 +349,7 @@ where
349
349
}
350
350
}
351
351
352
- impl < ' a , ' j , C > ser:: SerializeTupleVariant for TupleVariantSerializer < ' a , ' j , C >
352
+ impl < ' j , C > ser:: SerializeTupleVariant for TupleVariantSerializer < ' _ , ' j , C >
353
353
where
354
354
C : Context < ' j > ,
355
355
{
@@ -384,7 +384,7 @@ where
384
384
}
385
385
}
386
386
387
- impl < ' a , ' j , C > ser:: SerializeMap for MapSerializer < ' a , ' j , C >
387
+ impl < ' j , C > ser:: SerializeMap for MapSerializer < ' _ , ' j , C >
388
388
where
389
389
C : Context < ' j > ,
390
390
{
@@ -425,7 +425,7 @@ where
425
425
}
426
426
}
427
427
428
- impl < ' a , ' j , C > ser:: SerializeStruct for StructSerializer < ' a , ' j , C >
428
+ impl < ' j , C > ser:: SerializeStruct for StructSerializer < ' _ , ' j , C >
429
429
where
430
430
C : Context < ' j > ,
431
431
{
@@ -464,7 +464,7 @@ where
464
464
}
465
465
}
466
466
467
- impl < ' a , ' j , C > ser:: SerializeStructVariant for StructVariantSerializer < ' a , ' j , C >
467
+ impl < ' j , C > ser:: SerializeStructVariant for StructVariantSerializer < ' _ , ' j , C >
468
468
where
469
469
C : Context < ' j > ,
470
470
{
0 commit comments