From f3863f14aff07ec2d0260e0edf9fe3f4f7205d8e Mon Sep 17 00:00:00 2001 From: Leedehai <18319900+Leedehai@users.noreply.github.com> Date: Mon, 15 Jul 2024 06:00:37 -0400 Subject: [PATCH] Remove an unnecessary mutable specifier (#4557) --- crates/typst/src/math/attach.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/typst/src/math/attach.rs b/crates/typst/src/math/attach.rs index 4d5bf2994..035b78125 100644 --- a/crates/typst/src/math/attach.rs +++ b/crates/typst/src/math/attach.rs @@ -350,7 +350,7 @@ fn layout_attachments( } fn attach_top_and_bottom( - ctx: &mut MathContext, + ctx: &MathContext, styles: StyleChain, base: MathFragment, t: Option,