diff options
| author | Laurenz <laurmaedje@gmail.com> | 2020-10-01 15:13:04 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2020-10-01 15:13:04 +0200 |
| commit | e676ab53ddbab367179ee2ab214bb41ff2ee0c11 (patch) | |
| tree | f003f6eb6698494310da5771249bbb61a8da27a0 /src/syntax/lit.rs | |
| parent | 7c12f0c07f9d4ed473027dbd00cbbc00e4a3050c (diff) | |
Rename compute to eval ✏
Diffstat (limited to 'src/syntax/lit.rs')
| -rw-r--r-- | src/syntax/lit.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/syntax/lit.rs b/src/syntax/lit.rs index 9684e5d3..3cd94583 100644 --- a/src/syntax/lit.rs +++ b/src/syntax/lit.rs @@ -2,7 +2,7 @@ use super::{Expr, Ident, SpanWith, Spanned, SynTree}; use crate::color::RgbaColor; -use crate::compute::{DictKey, DictValue, SpannedEntry, Value}; +use crate::eval::{DictKey, DictValue, SpannedEntry, Value}; use crate::layout::LayoutContext; use crate::length::Length; use crate::{DynFuture, Feedback}; |
