diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-11-27 17:49:32 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-11-27 17:49:32 +0100 |
| commit | 5a833208f957682856d46af07c6a50bfac68c0b0 (patch) | |
| tree | 9bd519aef9c22dd0877854b6bfacb76686f1a357 /crates | |
| parent | 3b9acf556337b9b2521bd48bd8dd3ad1a6079bf8 (diff) | |
Mark document children as internal
Diffstat (limited to 'crates')
| -rw-r--r-- | crates/typst/src/model/document.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/typst/src/model/document.rs b/crates/typst/src/model/document.rs index 26b6a54b..1dc241c0 100644 --- a/crates/typst/src/model/document.rs +++ b/crates/typst/src/model/document.rs @@ -54,6 +54,7 @@ pub struct DocumentElem { pub date: Smart<Option<Datetime>>, /// The page runs. + #[internal] #[variadic] pub children: Vec<Content>, } |
