diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-03-10 12:55:21 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-03-10 12:55:21 +0100 |
| commit | 62f35602a87574dcc607f1637aeae1be574981ff (patch) | |
| tree | 363a1918006e06d7d79dc2ace5f8e59cd3b6bb19 /src/model/mod.rs | |
| parent | c38d72383d2068361d635d6c1c78ba97aa917801 (diff) | |
New #[func] macro
Diffstat (limited to 'src/model/mod.rs')
| -rw-r--r-- | src/model/mod.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/model/mod.rs b/src/model/mod.rs index 07329e3f..6015c365 100644 --- a/src/model/mod.rs +++ b/src/model/mod.rs @@ -11,6 +11,4 @@ pub use self::realize::*; pub use self::styles::*; pub use self::typeset::*; -#[doc(hidden)] -pub use once_cell; pub use typst_macros::node; |
