summaryrefslogtreecommitdiff
path: root/src/layout/flex.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/layout/flex.rs')
-rw-r--r--src/layout/flex.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/layout/flex.rs b/src/layout/flex.rs
index 68d39004..704281d3 100644
--- a/src/layout/flex.rs
+++ b/src/layout/flex.rs
@@ -1,10 +1,6 @@
-//! Flexible and lazy layouting of boxes.
-
-use crate::size::{Size, Size2D};
use super::*;
-
/// Finishes a flex layout by justifying the positions of the individual boxes.
#[derive(Debug)]
pub struct FlexLayouter {