diff options
| author | Laurenz <laurmaedje@gmail.com> | 2021-07-29 11:35:49 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2021-07-29 11:35:49 +0200 |
| commit | 312dcd070cf79c1dd5503f90ef10588fe4612108 (patch) | |
| tree | d995673742bfddbc107dc8d384e1d8ecd4d0ccb6 /src/eval/mod.rs | |
| parent | 6ebe6218343a520dce2a5e560edbdc6fa0e9e44b (diff) | |
Move EcoString and OptionExt into util
Diffstat (limited to 'src/eval/mod.rs')
| -rw-r--r-- | src/eval/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/eval/mod.rs b/src/eval/mod.rs index 5b00819b..682a3855 100644 --- a/src/eval/mod.rs +++ b/src/eval/mod.rs @@ -26,7 +26,7 @@ use std::path::Path; use std::rc::Rc; use crate::diag::{Diag, DiagSet, Pass}; -use crate::eco::EcoString; +use crate::util::EcoString; use crate::geom::{Angle, Fractional, Length, Relative}; use crate::image::ImageCache; use crate::loading::{FileId, Loader}; |
