diff options
| author | Laurenz <laurmaedje@gmail.com> | 2019-10-13 13:09:03 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2019-10-13 13:09:39 +0200 |
| commit | 5c04185892947969005ffcf6412d7190dafb3a79 (patch) | |
| tree | feef0dcb373261e44a31242584635f11c6cc1701 /src/layout/flex.rs | |
| parent | e2d17aa9d9491b339e6200c97b52f7ade51fa1d8 (diff) | |
Reformat some things 🧺
Diffstat (limited to 'src/layout/flex.rs')
| -rw-r--r-- | src/layout/flex.rs | 4 |
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 { |
