@@ -291,15 +291,18 @@ impl fmt::Debug for Version {
291
291
. field ( "feature_ntlm" , & self . feature_ntlm ( ) )
292
292
. field ( "feature_gss_negotiate" , & self . feature_gss_negotiate ( ) )
293
293
. field ( "feature_debug" , & self . feature_debug ( ) )
294
- . field ( "feature_spnego" , & self . feature_debug ( ) )
295
- . field ( "feature_largefile" , & self . feature_debug ( ) )
296
- . field ( "feature_idn" , & self . feature_debug ( ) )
297
- . field ( "feature_sspi" , & self . feature_debug ( ) )
298
- . field ( "feature_async_dns" , & self . feature_debug ( ) )
299
- . field ( "feature_conv" , & self . feature_debug ( ) )
300
- . field ( "feature_tlsauth_srp" , & self . feature_debug ( ) )
301
- . field ( "feature_ntlm_wb" , & self . feature_debug ( ) )
302
- . field ( "feature_unix_domain_socket" , & self . feature_debug ( ) ) ;
294
+ . field ( "feature_spnego" , & self . feature_spnego ( ) )
295
+ . field ( "feature_largefile" , & self . feature_largefile ( ) )
296
+ . field ( "feature_idn" , & self . feature_idn ( ) )
297
+ . field ( "feature_sspi" , & self . feature_sspi ( ) )
298
+ . field ( "feature_async_dns" , & self . feature_async_dns ( ) )
299
+ . field ( "feature_conv" , & self . feature_conv ( ) )
300
+ . field ( "feature_tlsauth_srp" , & self . feature_tlsauth_srp ( ) )
301
+ . field ( "feature_ntlm_wb" , & self . feature_ntlm_wb ( ) )
302
+ . field (
303
+ "feature_unix_domain_socket" ,
304
+ & self . feature_unix_domain_socket ( ) ,
305
+ ) ;
303
306
304
307
if let Some ( s) = self . ssl_version ( ) {
305
308
f. field ( "ssl_version" , & s) ;
0 commit comments