Reorder init

This commit is contained in:
Myriad-Dreamin 2025-03-31 02:37:20 +08:00
parent bc26103f42
commit f06e591144

View File

@ -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(),