diff options
| author | Laurenz <laurmaedje@gmail.com> | 2020-10-01 15:10:35 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2020-10-01 15:10:35 +0200 |
| commit | 7c12f0c07f9d4ed473027dbd00cbbc00e4a3050c (patch) | |
| tree | e097c908761cc67605d6c151f680c3e173e0344b /src/layout | |
| parent | 7fcad452b87c8bd31a9b7dfba78c1b1a92d33dd9 (diff) | |
Flatten compute module
Diffstat (limited to 'src/layout')
| -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 768ff160..5f32167a 100644 --- a/src/layout/mod.rs +++ b/src/layout/mod.rs @@ -21,7 +21,7 @@ pub mod prelude { pub use primitive::*; pub use tree::layout_tree as layout; -use crate::compute::scope::Scope; +use crate::compute::Scope; use crate::font::SharedFontLoader; use crate::geom::{Margins, Size}; use crate::style::{LayoutStyle, PageStyle, TextStyle}; |
