mirror of
https://github.com/typst/typst
synced 2025-07-26 22:07:54 +08:00
refactor: format code
This commit is contained in:
parent
d1202d9617
commit
3909bdae6b
@ -5,7 +5,8 @@ use ecow::{EcoVec, eco_format};
|
||||
use smallvec::smallvec;
|
||||
use typst_library::diag::{At, SourceResult, bail};
|
||||
use typst_library::foundations::{
|
||||
dict, Content, Context, LinkMarker, NativeElement, NativeRuleMap, Packed, Resolve, ShowFn, Smart, StyleChain, Target
|
||||
Content, Context, LinkMarker, NativeElement, NativeRuleMap, Packed, Resolve, ShowFn,
|
||||
Smart, StyleChain, Target, dict,
|
||||
};
|
||||
use typst_library::introspection::{Counter, Locator, LocatorLink};
|
||||
use typst_library::layout::{
|
||||
|
Loading…
x
Reference in New Issue
Block a user