diff options
Diffstat (limited to 'src/library/mod.rs')
| -rw-r--r-- | src/library/mod.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/library/mod.rs b/src/library/mod.rs index d99eb24d..7c8f4a93 100644 --- a/src/library/mod.rs +++ b/src/library/mod.rs @@ -17,10 +17,11 @@ use std::convert::TryFrom; use std::rc::Rc; use crate::diag::{At, TypResult}; -use crate::eval::{Args, Array, EvalContext, Scope, State, Str, Template, Value}; +use crate::eval::{Args, Array, EvalContext, Scope, Str, Template, Value}; use crate::font::{FontFamily, FontStretch, FontStyle, FontWeight, VerticalFontMetric}; use crate::geom::*; use crate::layout::LayoutNode; +use crate::style::Style; use crate::syntax::{Span, Spanned}; /// Construct a scope containing all standard library definitions. |
