summaryrefslogtreecommitdiff
path: root/src/layout/spacing.rs
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2021-02-09 19:46:57 +0100
committerLaurenz <laurmaedje@gmail.com>2021-02-09 19:46:57 +0100
commit06ca740d01b428f12f6bd327257cd05dce737b03 (patch)
tree995bf8ff3a606aedecf296c9e805e11e9cd0ae8e /src/layout/spacing.rs
parente35bbfffcb1f84b2fb0679759152ca0a5eabfad4 (diff)
Split evaluation and execution 🔪
Diffstat (limited to 'src/layout/spacing.rs')
-rw-r--r--src/layout/spacing.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/layout/spacing.rs b/src/layout/spacing.rs
index 1d6c7f9c..4b564a2b 100644
--- a/src/layout/spacing.rs
+++ b/src/layout/spacing.rs
@@ -1,7 +1,7 @@
use std::fmt::{self, Debug, Formatter};
use super::*;
-use crate::eval::Softness;
+use crate::exec::Softness;
/// A spacing node.
#[derive(Copy, Clone, PartialEq)]