From a41d7ab47dda1e30465bdf91fd02bca0e634a38d Mon Sep 17 00:00:00 2001 From: Laurenz Date: Sun, 4 Oct 2020 20:07:01 +0200 Subject: =?UTF-8?q?Expression=20evaluation=20with=20Eval=20trait=20?= =?UTF-8?q?=F0=9F=A7=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/tree.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/layout') diff --git a/src/layout/tree.rs b/src/layout/tree.rs index 791bf14b..4dbf716e 100644 --- a/src/layout/tree.rs +++ b/src/layout/tree.rs @@ -1,6 +1,7 @@ //! Layouting of syntax trees. use super::*; +use crate::eval::Eval; use crate::shaping; use crate::syntax::{ Decoration, Expr, NodeHeading, NodeRaw, Span, SpanWith, Spanned, SynNode, SynTree, -- cgit v1.2.3