Remove an unnecessary mutable specifier (#4557)

This commit is contained in:
Leedehai 2024-07-15 06:00:37 -04:00 committed by GitHub
parent f0407d4949
commit f3863f14af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -350,7 +350,7 @@ fn layout_attachments(
}
fn attach_top_and_bottom(
ctx: &mut MathContext,
ctx: &MathContext,
styles: StyleChain,
base: MathFragment,
t: Option<MathFragment>,