diff options
| author | Laurenz <laurmaedje@gmail.com> | 2021-02-09 19:46:57 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2021-02-09 19:46:57 +0100 |
| commit | 06ca740d01b428f12f6bd327257cd05dce737b03 (patch) | |
| tree | 995bf8ff3a606aedecf296c9e805e11e9cd0ae8e /src/layout/spacing.rs | |
| parent | e35bbfffcb1f84b2fb0679759152ca0a5eabfad4 (diff) | |
Split evaluation and execution 🔪
Diffstat (limited to 'src/layout/spacing.rs')
| -rw-r--r-- | src/layout/spacing.rs | 2 |
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)] |
