diff options
| author | Laurenz <laurmaedje@gmail.com> | 2020-10-07 18:24:47 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2020-10-07 18:24:47 +0200 |
| commit | d2e220245d9c17a0ac8c3474984924f65ed6b835 (patch) | |
| tree | 003ae20f6bc1c13c5f202d0e7beb3c9fff6b09b7 /src/layout/mod.rs | |
| parent | 537545e7f8351d7677c396456e46568f5a5e2a7a (diff) | |
Move deco, pass and feedback into diagnostics module ↩
Diffstat (limited to 'src/layout/mod.rs')
| -rw-r--r-- | src/layout/mod.rs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/layout/mod.rs b/src/layout/mod.rs index f709da1a..bfd633d8 100644 --- a/src/layout/mod.rs +++ b/src/layout/mod.rs @@ -7,11 +7,9 @@ pub use primitive::*; use async_trait::async_trait; -use crate::eval::{PageState, State, TextState}; use crate::font::SharedFontLoader; -use crate::geom::{Insets, Point, Rect, Size, SizeExt}; +use crate::geom::{Point, Rect, Size, SizeExt}; use crate::shaping::Shaped; -use crate::syntax::SynTree; use nodes::Document; |
