diff --git a/hyper-boring/src/lib.rs b/hyper-boring/src/lib.rs index 847d62cd..ebfe00b0 100644 --- a/hyper-boring/src/lib.rs +++ b/hyper-boring/src/lib.rs @@ -327,7 +327,7 @@ where } } -impl fmt::Debug for MaybeHttpsStream { +impl fmt::Debug for MaybeHttpsStream { fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { match *self { MaybeHttpsStream::Http(..) => f.pad("Http(..)"),