From af0c27cb98716ae6614120996be1c5df85da7103 Mon Sep 17 00:00:00 2001 From: PgBiel <9021226+PgBiel@users.noreply.github.com> Date: Sat, 19 Apr 2025 22:34:04 -0300 Subject: [PATCH] adjust Current visibility --- crates/typst-layout/src/grid/layouter.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/typst-layout/src/grid/layouter.rs b/crates/typst-layout/src/grid/layouter.rs index ae73a6a2a..0a4462d5b 100644 --- a/crates/typst-layout/src/grid/layouter.rs +++ b/crates/typst-layout/src/grid/layouter.rs @@ -72,7 +72,7 @@ pub struct GridLayouter<'a> { /// Grid layout state for the current region. This should be reset or updated /// on each region break. -pub struct Current { +pub(super) struct Current { /// The initial size of the current region before we started subtracting. pub(super) initial: Size, /// The amount of repeated header rows at the start of the current region.