From b25cdcdcb3793630fdaddf82694f29dfd66a23d0 Mon Sep 17 00:00:00 2001 From: +merlan #flirora Date: Tue, 24 Jun 2025 16:46:10 -0400 Subject: [PATCH] Remove another stray change --- crates/typst-layout/src/inline/line.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/typst-layout/src/inline/line.rs b/crates/typst-layout/src/inline/line.rs index a4957deaa..1dca3c8d2 100644 --- a/crates/typst-layout/src/inline/line.rs +++ b/crates/typst-layout/src/inline/line.rs @@ -26,7 +26,6 @@ const LINE_SEPARATOR: char = '\u{2028}'; // We use LS to distinguish justified b /// first and last one since they may be broken apart by the start or end of the /// line, respectively. But even those can partially reuse previous results when /// the break index is safe-to-break per rustybuzz. -#[derive(Debug)] pub struct Line<'a> { /// The items the line is made of. pub items: Items<'a>,