From c6443f74a4693f2f28316aed97860aebeca3cdad Mon Sep 17 00:00:00 2001 From: atbrakhi Date: Wed, 10 Jul 2024 12:57:49 +0200 Subject: [PATCH] Remove unused implementation (#32754) Signed-off-by: atbrakhi --- components/layout_2020/geom.rs | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/components/layout_2020/geom.rs b/components/layout_2020/geom.rs index 41931e89617..47a49c2b937 100644 --- a/components/layout_2020/geom.rs +++ b/components/layout_2020/geom.rs @@ -181,19 +181,6 @@ impl LogicalRect { } } -impl fmt::Debug for LogicalRect { - fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { - write!( - f, - "Rect(i{}×b{} @ (i{},b{}))", - self.size.inline.px(), - self.size.block.px(), - self.start_corner.inline.px(), - self.start_corner.block.px(), - ) - } -} - impl fmt::Debug for LogicalRect { fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { write!(