Put super and crate imports in the same group

This commit is contained in:
mkorje 2025-06-10 20:59:18 +10:00
parent 8d35c6afc1
commit 18347b243c
No known key found for this signature in database

View File

@ -16,11 +16,10 @@ use typst_syntax::Span;
use typst_utils::{default_math_class, Get};
use unicode_math_class::MathClass;
use super::MathContext;
use crate::inline::create_shape_plan;
use crate::modifiers::{FrameModifiers, FrameModify};
use super::MathContext;
/// Maximum number of times extenders can be repeated.
const MAX_REPEATS: usize = 1024;