diff options
Diffstat (limited to 'src/layout/mod.rs')
| -rw-r--r-- | src/layout/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/layout/mod.rs b/src/layout/mod.rs index f9372e50..912ca010 100644 --- a/src/layout/mod.rs +++ b/src/layout/mod.rs @@ -14,7 +14,7 @@ pub use tree::*; use crate::diag::Diag; use crate::eval::{PageState, State, TextState}; use crate::font::SharedFontLoader; -use crate::geom::{Insets, Point, Rect, RectExt, Size, SizeExt}; +use crate::geom::{Insets, Point, Rect, Size, SizeExt}; use crate::shaping::Shaped; use crate::syntax::{Deco, Spanned, SynTree}; use crate::{Feedback, Pass}; |
