@@ -307,7 +307,7 @@ cfg_if! {
307
307
}
308
308
impl Eq for siginfo_t { }
309
309
impl :: fmt:: Debug for siginfo_t {
310
- fn fmt( & self , f: & mut :: fmt:: Formatter ) -> :: fmt:: Result {
310
+ fn fmt( & self , f: & mut :: fmt:: Formatter < ' _> ) -> :: fmt:: Result {
311
311
let mut struct_formatter = f. debug_struct( "siginfo_t" ) ;
312
312
struct_formatter. field( "si_signo" , & self . si_signo) ;
313
313
struct_formatter. field( "si_errno" , & self . si_errno) ;
@@ -347,7 +347,7 @@ cfg_if! {
347
347
}
348
348
impl Eq for _kernel_simple_lock { }
349
349
impl :: fmt:: Debug for _kernel_simple_lock {
350
- fn fmt( & self , f: & mut :: fmt:: Formatter ) -> :: fmt:: Result {
350
+ fn fmt( & self , f: & mut :: fmt:: Formatter < ' _> ) -> :: fmt:: Result {
351
351
f. debug_struct( "_kernel_simple_lock" )
352
352
. field( "_slock" , unsafe { & self . _slock } )
353
353
. field( "_slockp" , unsafe { & self . _slockp } )
@@ -374,7 +374,7 @@ cfg_if! {
374
374
}
375
375
impl Eq for fileops_t { }
376
376
impl :: fmt:: Debug for fileops_t {
377
- fn fmt( & self , f: & mut :: fmt:: Formatter ) -> :: fmt:: Result {
377
+ fn fmt( & self , f: & mut :: fmt:: Formatter < ' _> ) -> :: fmt:: Result {
378
378
let mut struct_formatter = f. debug_struct( "fileops_t" ) ;
379
379
struct_formatter. field( "fo_rw" , & self . fo_rw) ;
380
380
struct_formatter. field( "fo_ioctl" , & self . fo_ioctl) ;
@@ -415,7 +415,7 @@ cfg_if! {
415
415
}
416
416
impl Eq for file { }
417
417
impl :: fmt:: Debug for file {
418
- fn fmt( & self , f: & mut :: fmt:: Formatter ) -> :: fmt:: Result {
418
+ fn fmt( & self , f: & mut :: fmt:: Formatter < ' _> ) -> :: fmt:: Result {
419
419
let mut struct_formatter = f. debug_struct( "file" ) ;
420
420
struct_formatter. field( "f_flag" , & self . f_flag) ;
421
421
struct_formatter. field( "f_count" , & self . f_count) ;
@@ -466,7 +466,7 @@ cfg_if! {
466
466
}
467
467
impl Eq for __ld_info_file { }
468
468
impl :: fmt:: Debug for __ld_info_file {
469
- fn fmt( & self , f: & mut :: fmt:: Formatter ) -> :: fmt:: Result {
469
+ fn fmt( & self , f: & mut :: fmt:: Formatter < ' _> ) -> :: fmt:: Result {
470
470
f. debug_struct( "__ld_info_file" )
471
471
. field( "_ldinfo_fd" , unsafe { & self . _ldinfo_fd } )
472
472
. field( "_ldinfo_fp" , unsafe { & self . _ldinfo_fp } )
@@ -498,7 +498,7 @@ cfg_if! {
498
498
}
499
499
impl Eq for ld_info { }
500
500
impl :: fmt:: Debug for ld_info {
501
- fn fmt( & self , f: & mut :: fmt:: Formatter ) -> :: fmt:: Result {
501
+ fn fmt( & self , f: & mut :: fmt:: Formatter < ' _> ) -> :: fmt:: Result {
502
502
let mut struct_formatter = f. debug_struct( "ld_info" ) ;
503
503
struct_formatter. field( "ldinfo_next" , & self . ldinfo_next) ;
504
504
struct_formatter. field( "ldinfo_flags" , & self . ldinfo_flags) ;
@@ -535,7 +535,7 @@ cfg_if! {
535
535
}
536
536
impl Eq for __pollfd_ext_u { }
537
537
impl :: fmt:: Debug for __pollfd_ext_u {
538
- fn fmt( & self , f: & mut :: fmt:: Formatter ) -> :: fmt:: Result {
538
+ fn fmt( & self , f: & mut :: fmt:: Formatter < ' _> ) -> :: fmt:: Result {
539
539
f. debug_struct( "__pollfd_ext_u" )
540
540
. field( "addr" , unsafe { & self . addr } )
541
541
. field( "data32" , unsafe { & self . data32 } )
@@ -563,7 +563,7 @@ cfg_if! {
563
563
}
564
564
impl Eq for pollfd_ext { }
565
565
impl :: fmt:: Debug for pollfd_ext {
566
- fn fmt( & self , f: & mut :: fmt:: Formatter ) -> :: fmt:: Result {
566
+ fn fmt( & self , f: & mut :: fmt:: Formatter < ' _> ) -> :: fmt:: Result {
567
567
let mut struct_formatter = f. debug_struct( "pollfd_ext" ) ;
568
568
struct_formatter. field( "fd" , & self . fd) ;
569
569
struct_formatter. field( "events" , & self . events) ;
0 commit comments