Improve fmt::Debug of Client and ClientBuilder

This commit is contained in:
Sean McArthur
2019-10-09 12:15:27 -07:00
parent 75ee4646ac
commit 6b5726aaa8
5 changed files with 141 additions and 16 deletions

View File

@@ -254,6 +254,7 @@ impl fmt::Debug for Identity {
}
}
#[derive(Debug)]
pub(crate) enum TlsBackend {
#[cfg(feature = "default-tls")]
Default,