diff options
| author | Laurenz <laurmaedje@gmail.com> | 2024-12-05 16:57:01 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-05 15:57:01 +0000 |
| commit | 0228462ba10397468b3c0937e2e9cd1d3118e0fc (patch) | |
| tree | 94a09e12b7febce17a78f751d1a5e4f104234307 /crates/typst-layout/src/grid/repeated.rs | |
| parent | caa72f4ec2401c275ddd3d8794dcf0bfdf9697a8 (diff) | |
Bump Rust to 1.83 (#5534)
Diffstat (limited to 'crates/typst-layout/src/grid/repeated.rs')
| -rw-r--r-- | crates/typst-layout/src/grid/repeated.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/typst-layout/src/grid/repeated.rs b/crates/typst-layout/src/grid/repeated.rs index 972179da..8d08d56d 100644 --- a/crates/typst-layout/src/grid/repeated.rs +++ b/crates/typst-layout/src/grid/repeated.rs @@ -45,7 +45,7 @@ impl<T> Repeatable<T> { } } -impl<'a> GridLayouter<'a> { +impl GridLayouter<'_> { /// Layouts the header's rows. /// Skips regions as necessary. pub fn layout_header( |
