diff options
| author | Laurenz <laurmaedje@gmail.com> | 2020-10-04 18:18:55 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2020-10-04 18:18:55 +0200 |
| commit | 6672f8f7dfcb38bbda3ec92bdf95341c05e9a782 (patch) | |
| tree | 90ec0d7a36554f9096e5f077ac7828fb6813fca0 /src/layout/line.rs | |
| parent | 262a8fa36a09527b4e257c175b12c8437279cf66 (diff) | |
Remove Typesetter in favor of typeset function 🎯
Diffstat (limited to 'src/layout/line.rs')
| -rw-r--r-- | src/layout/line.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/layout/line.rs b/src/layout/line.rs index 86531f30..c190c152 100644 --- a/src/layout/line.rs +++ b/src/layout/line.rs @@ -8,7 +8,6 @@ //! Internally, the line layouter uses a stack layouter to stack the finished //! lines on top of each. -use super::stack::{StackContext, StackLayouter}; use super::*; /// Performs the line layouting. |
