summaryrefslogtreecommitdiff
path: root/crates/typst-layout/src/grid/rowspans.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/typst-layout/src/grid/rowspans.rs')
-rw-r--r--crates/typst-layout/src/grid/rowspans.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/typst-layout/src/grid/rowspans.rs b/crates/typst-layout/src/grid/rowspans.rs
index 03b4103f..93d4c960 100644
--- a/crates/typst-layout/src/grid/rowspans.rs
+++ b/crates/typst-layout/src/grid/rowspans.rs
@@ -85,7 +85,7 @@ pub struct CellMeasurementData<'layouter> {
pub frames_in_previous_regions: usize,
}
-impl<'a> GridLayouter<'a> {
+impl GridLayouter<'_> {
/// Layout a rowspan over the already finished regions, plus the current
/// region's frame and resolved rows, if it wasn't finished yet (because
/// we're being called from `finish_region`, but note that this function is