diff --git a/tokio-boring/src/lib.rs b/tokio-boring/src/lib.rs index c5c25044..0de479c3 100644 --- a/tokio-boring/src/lib.rs +++ b/tokio-boring/src/lib.rs @@ -318,10 +318,7 @@ where } } -impl fmt::Display for HandshakeError -where - S: fmt::Debug, -{ +impl fmt::Display for HandshakeError { fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { fmt::Display::fmt(&self.0, fmt) }