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 5e4e020e..2ba1b0de 100644 --- a/src/layout/mod.rs +++ b/src/layout/mod.rs @@ -11,7 +11,7 @@ pub use primitive::*; pub use stack::*; pub use tree::*; -use crate::geom::{Insets, Point, Rect, RectExt, Sides, Size, SizeExt}; +use crate::geom::{Insets, Point, Rect, RectExt, Size, SizeExt}; use crate::diag::Diag; use crate::eval::{PageState, State, TextState}; |
