diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-11-21 13:56:25 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-11-21 14:00:37 +0100 |
| commit | 36ea0b05c9986288eec8bc4a6b35a89b6ea0d3f4 (patch) | |
| tree | 947f463758adc80e265dbbb24eda21cff4b6e8be /src/model/mod.rs | |
| parent | 7c7b8302251e9703b086c9bf5a989982535bc25b (diff) | |
Refactor proc macros
Diffstat (limited to 'src/model/mod.rs')
| -rw-r--r-- | src/model/mod.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/model/mod.rs b/src/model/mod.rs index 20bca106..0f946a40 100644 --- a/src/model/mod.rs +++ b/src/model/mod.rs @@ -23,6 +23,8 @@ mod ops; mod scope; mod vm; +#[doc(hidden)] +pub use once_cell; pub use typst_macros::{capability, node}; pub use self::args::*; |
