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