diff options
Diffstat (limited to 'src/compute/value.rs')
| -rw-r--r-- | src/compute/value.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/compute/value.rs b/src/compute/value.rs index 975c1f46..95219a5c 100644 --- a/src/compute/value.rs +++ b/src/compute/value.rs @@ -11,8 +11,7 @@ use crate::color::RgbaColor; use crate::layout::{Command, Commands, Dir, LayoutContext, SpecAlign}; use crate::length::{Length, ScaleLength}; use crate::paper::Paper; -use crate::syntax::span::{Span, Spanned}; -use crate::syntax::tree::{Ident, SyntaxNode, SyntaxTree}; +use crate::syntax::{Ident, Span, Spanned, SyntaxNode, SyntaxTree}; use crate::{DynFuture, Feedback, Pass}; /// A computational value. |
