mirror of https://github.com/stelzo/typst.git
Remove an unnecessary mutable specifier (#4557)
This commit is contained in:
parent
f0407d4949
commit
f3863f14af
|
|
@ -350,7 +350,7 @@ fn layout_attachments(
|
||||||
}
|
}
|
||||||
|
|
||||||
fn attach_top_and_bottom(
|
fn attach_top_and_bottom(
|
||||||
ctx: &mut MathContext,
|
ctx: &MathContext,
|
||||||
styles: StyleChain,
|
styles: StyleChain,
|
||||||
base: MathFragment,
|
base: MathFragment,
|
||||||
t: Option<MathFragment>,
|
t: Option<MathFragment>,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue