mirror of
https://github.com/typst/typst
synced 2025-05-14 04:56:26 +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(
|
||||
ctx: &mut MathContext,
|
||||
ctx: &MathContext,
|
||||
styles: StyleChain,
|
||||
base: MathFragment,
|
||||
t: Option<MathFragment>,
|
||||
|
Loading…
x
Reference in New Issue
Block a user