From 312dcd070cf79c1dd5503f90ef10588fe4612108 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Thu, 29 Jul 2021 11:35:49 +0200 Subject: Move EcoString and OptionExt into util --- src/library/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/library') diff --git a/src/library/mod.rs b/src/library/mod.rs index 3c1d752d..213106d6 100644 --- a/src/library/mod.rs +++ b/src/library/mod.rs @@ -17,12 +17,12 @@ use std::fmt::{self, Display, Formatter}; use std::rc::Rc; use crate::color::{Color, RgbaColor}; -use crate::eco::EcoString; use crate::eval::{EvalContext, FuncArgs, Scope, Template, Type, Value}; use crate::exec::{Exec, FontFamily}; use crate::font::{FontStyle, FontWeight, VerticalFontMetric}; use crate::geom::*; use crate::syntax::Spanned; +use crate::util::EcoString; /// Construct a scope containing all standard library definitions. pub fn new() -> Scope { -- cgit v1.2.3