diff options
| author | Laurenz <laurmaedje@gmail.com> | 2020-10-04 20:22:11 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2020-10-04 20:22:11 +0200 |
| commit | ef8aa763faa59fd62c90c6d6245e8d2c5eece35e (patch) | |
| tree | d36192af0c770b076a5004ba8bcae3c2df728c75 /src/prelude.rs | |
| parent | a41d7ab47dda1e30465bdf91fd02bca0e634a38d (diff) | |
Shorten some names ↔
Diffstat (limited to 'src/prelude.rs')
| -rw-r--r-- | src/prelude.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/prelude.rs b/src/prelude.rs index a7a0fd00..618d1537 100644 --- a/src/prelude.rs +++ b/src/prelude.rs @@ -2,9 +2,8 @@ #[doc(no_inline)] pub use crate::eval::{Dict, Value, ValueDict}; -pub use crate::layout::primitive::*; #[doc(no_inline)] -pub use crate::layout::{layout_tree, Command, LayoutContext}; +pub use crate::layout::{layout_tree, primitive::*, Command, LayoutContext}; #[doc(no_inline)] pub use crate::syntax::{Span, Spanned, SynTree}; pub use crate::{Feedback, Pass}; |
