From 3841e626ae0d2eb163f1159d3f7d20a3e3b1771e Mon Sep 17 00:00:00 2001 From: 4JX <79868816+4JX@users.noreply.github.com> Date: Tue, 9 Aug 2022 01:48:18 +0200 Subject: [PATCH] Remove T: Debug bound --- hyper-boring/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(..)"),