diff options
| author | Laurenz <laurmaedje@gmail.com> | 2020-10-06 14:44:58 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2020-10-06 14:44:58 +0200 |
| commit | 985fe281665fb8dfac6d8ffaf8d09afb6eb1ef3e (patch) | |
| tree | a33f60263bb04af9fca8d28bb3c74287347739f8 /src/layout/mod.rs | |
| parent | ef410f68771919cf7648d6ea3273336ba1988d1d (diff) | |
Fix bug in line layouter ✔
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}; |
