mirror of
https://github.com/typst/typst
synced 2025-05-14 17:15:28 +08:00
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…
x
Reference in New Issue
Block a user