summaryrefslogtreecommitdiff
path: root/src/layout/line.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/layout/line.rs')
-rw-r--r--src/layout/line.rs1
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.