mirror of
https://github.com/typst/typst
synced 2025-05-20 03:55:29 +08:00
Reorder init
This commit is contained in:
parent
bc26103f42
commit
f06e591144
@ -101,9 +101,9 @@ impl Content {
|
|||||||
Self {
|
Self {
|
||||||
inner: Arc::new(Inner {
|
inner: Arc::new(Inner {
|
||||||
label: None,
|
label: None,
|
||||||
|
labelled_at: Span::detached(),
|
||||||
location: None,
|
location: None,
|
||||||
lifecycle: SmallBitSet::new(),
|
lifecycle: SmallBitSet::new(),
|
||||||
labelled_at: Span::detached(),
|
|
||||||
elem: elem.into(),
|
elem: elem.into(),
|
||||||
}),
|
}),
|
||||||
span: Span::detached(),
|
span: Span::detached(),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user