summaryrefslogtreecommitdiff
path: root/src/model/ops.rs
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2022-11-02 14:48:51 +0100
committerLaurenz <laurmaedje@gmail.com>2022-11-02 14:48:51 +0100
commit56342bd972a13ffe21beaf2b87ab7eb1597704b4 (patch)
tree78f9549141e753dde4a938670c54f3fe8695a058 /src/model/ops.rs
parent37ac5d966ebaf97ac79c507028cd5b742b510b89 (diff)
Move layout traits into library
Diffstat (limited to 'src/model/ops.rs')
-rw-r--r--src/model/ops.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/model/ops.rs b/src/model/ops.rs
index 7a8c6950..7eb814c1 100644
--- a/src/model/ops.rs
+++ b/src/model/ops.rs
@@ -2,10 +2,11 @@
use std::cmp::Ordering;
-use super::{Node, RawAlign, RawStroke, Regex, Smart, Value};
+use super::{Node, Regex, Smart, Value};
use crate::diag::StrResult;
use crate::geom::{Axes, Axis, Length, Numeric, Rel};
use crate::library::text::TextNode;
+use crate::library::{RawAlign, RawStroke};
use Value::*;
/// Bail with a type mismatch error.