@@ -1720,17 +1720,14 @@ cfg_if! {
17201720 }
17211721 impl Eq for xucred { }
17221722 impl :: fmt:: Debug for xucred {
1723- fn fmt( & self , f: & mut :: fmt:: Formatter ) -> :: fmt:: Result {
1724- let mut struct_formatter = f. debug_struct( "xucred" ) ;
1725- struct_formatter. field( "cr_version" , & self . cr_version) ;
1726- struct_formatter. field( "cr_uid" , & self . cr_uid) ;
1727- struct_formatter. field( "cr_ngroups" , & self . cr_ngroups) ;
1728- struct_formatter. field( "cr_groups" , & self . cr_groups) ;
1729- struct_formatter. field(
1730- "cr_pid__c_anonymous_union" ,
1731- & self . cr_pid__c_anonymous_union
1732- ) ;
1733- struct_formatter. finish( )
1723+ fn fmt( & self , f: & mut :: fmt:: Formatter <' _>) -> :: fmt:: Result {
1724+ f. debug_struct( "xucred" )
1725+ . field( "cr_version" , & self . cr_version)
1726+ . field( "cr_uid" , & self . cr_uid)
1727+ . field( "cr_ngroups" , & self . cr_ngroups)
1728+ . field( "cr_groups" , & self . cr_groups)
1729+ . field( "cr_pid__c_anonymous_union" , & self . cr_pid__c_anonymous_union)
1730+ . finish( )
17341731 }
17351732 }
17361733 impl :: hash:: Hash for xucred {
0 commit comments