diff options
| author | MALO <57839069+MDLC01@users.noreply.github.com> | 2023-10-04 12:08:56 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-04 12:08:56 +0200 |
| commit | 333e4037fcfc806137867e592c124811059e5c3d (patch) | |
| tree | 4e254fb6fa94d4c83a0ef90450bf17454e9aad8f /crates/typst-docs/src | |
| parent | 57bc614cf472c080800afff6df74b354375be4b4 (diff) | |
Add `Repr` trait (#2269)
Diffstat (limited to 'crates/typst-docs/src')
| -rw-r--r-- | crates/typst-docs/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/typst-docs/src/lib.rs b/crates/typst-docs/src/lib.rs index 8f7c8ff8..30ba4ebb 100644 --- a/crates/typst-docs/src/lib.rs +++ b/crates/typst-docs/src/lib.rs @@ -21,7 +21,7 @@ use serde::Deserialize; use serde_yaml as yaml; use typst::diag::{bail, StrResult}; use typst::doc::Frame; -use typst::eval::{CastInfo, Func, Library, Module, ParamInfo, Scope, Type, Value}; +use typst::eval::{CastInfo, Func, Library, Module, ParamInfo, Repr, Scope, Type, Value}; use typst::font::{Font, FontBook}; use typst::geom::{Abs, Smart}; use typst_library::layout::{Margin, PageElem}; |
