Remove T: Debug bound
This commit is contained in:
parent
3417b41b5b
commit
3841e626ae
|
|
@ -327,7 +327,7 @@ where
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
impl<T: fmt::Debug> fmt::Debug for MaybeHttpsStream<T> {
|
impl<T> fmt::Debug for MaybeHttpsStream<T> {
|
||||||
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
|
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
|
||||||
match *self {
|
match *self {
|
||||||
MaybeHttpsStream::Http(..) => f.pad("Http(..)"),
|
MaybeHttpsStream::Http(..) => f.pad("Http(..)"),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue