diff options
| author | Laurenz <laurmaedje@gmail.com> | 2020-10-04 18:18:55 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2020-10-04 18:18:55 +0200 |
| commit | 6672f8f7dfcb38bbda3ec92bdf95341c05e9a782 (patch) | |
| tree | 90ec0d7a36554f9096e5f077ac7828fb6813fca0 /src/prelude.rs | |
| parent | 262a8fa36a09527b4e257c175b12c8437279cf66 (diff) | |
Remove Typesetter in favor of typeset function 🎯
Diffstat (limited to 'src/prelude.rs')
| -rw-r--r-- | src/prelude.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/prelude.rs b/src/prelude.rs index 899ced7d..84c5859b 100644 --- a/src/prelude.rs +++ b/src/prelude.rs @@ -4,7 +4,7 @@ pub use crate::eval::{Dict, DictValue, Value}; pub use crate::layout::primitive::*; #[doc(no_inline)] -pub use crate::layout::{layout, Command, Commands, LayoutContext}; +pub use crate::layout::{layout_tree, Command, Commands, LayoutContext}; #[doc(no_inline)] pub use crate::syntax::{Span, Spanned, SynTree}; pub use crate::{Feedback, Pass}; |
