summaryrefslogtreecommitdiff
path: root/src/layout/tree.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/layout/tree.rs')
-rw-r--r--src/layout/tree.rs4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/layout/tree.rs b/src/layout/tree.rs
index 5468a7cd..4e15fb12 100644
--- a/src/layout/tree.rs
+++ b/src/layout/tree.rs
@@ -3,9 +3,7 @@
use super::*;
use crate::eval::Eval;
use crate::shaping;
-use crate::syntax::{
- Deco, Expr, NodeHeading, NodeRaw, Span, SpanWith, Spanned, SynNode, SynTree,
-};
+use crate::syntax::*;
use crate::DynFuture;
/// Layout a syntax tree in a given context.