mirror of
https://github.com/typst/typst
synced 2025-08-23 19:24:14 +08:00
Put super and crate imports in the same group
This commit is contained in:
parent
8d35c6afc1
commit
18347b243c
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user