@@ -269,7 +269,7 @@ where
269269 }
270270}
271271
272- impl < ' a , ' j , C > ser:: SerializeSeq for ArraySerializer < ' a , ' j , C >
272+ impl < ' j , C > ser:: SerializeSeq for ArraySerializer < ' _ , ' j , C >
273273where
274274 C : Context < ' j > ,
275275{
@@ -293,7 +293,7 @@ where
293293 }
294294}
295295
296- impl < ' a , ' j , C > ser:: SerializeTuple for ArraySerializer < ' a , ' j , C >
296+ impl < ' j , C > ser:: SerializeTuple for ArraySerializer < ' _ , ' j , C >
297297where
298298 C : Context < ' j > ,
299299{
@@ -312,7 +312,7 @@ where
312312 }
313313}
314314
315- impl < ' a , ' j , C > ser:: SerializeTupleStruct for ArraySerializer < ' a , ' j , C >
315+ impl < ' j , C > ser:: SerializeTupleStruct for ArraySerializer < ' _ , ' j , C >
316316where
317317 C : Context < ' j > ,
318318{
@@ -349,7 +349,7 @@ where
349349 }
350350}
351351
352- impl < ' a , ' j , C > ser:: SerializeTupleVariant for TupleVariantSerializer < ' a , ' j , C >
352+ impl < ' j , C > ser:: SerializeTupleVariant for TupleVariantSerializer < ' _ , ' j , C >
353353where
354354 C : Context < ' j > ,
355355{
@@ -384,7 +384,7 @@ where
384384 }
385385}
386386
387- impl < ' a , ' j , C > ser:: SerializeMap for MapSerializer < ' a , ' j , C >
387+ impl < ' j , C > ser:: SerializeMap for MapSerializer < ' _ , ' j , C >
388388where
389389 C : Context < ' j > ,
390390{
@@ -425,7 +425,7 @@ where
425425 }
426426}
427427
428- impl < ' a , ' j , C > ser:: SerializeStruct for StructSerializer < ' a , ' j , C >
428+ impl < ' j , C > ser:: SerializeStruct for StructSerializer < ' _ , ' j , C >
429429where
430430 C : Context < ' j > ,
431431{
@@ -464,7 +464,7 @@ where
464464 }
465465}
466466
467- impl < ' a , ' j , C > ser:: SerializeStructVariant for StructVariantSerializer < ' a , ' j , C >
467+ impl < ' j , C > ser:: SerializeStructVariant for StructVariantSerializer < ' _ , ' j , C >
468468where
469469 C : Context < ' j > ,
470470{
0 commit comments