summaryrefslogtreecommitdiff
path: root/src/layout/stack.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/layout/stack.rs')
-rw-r--r--src/layout/stack.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/layout/stack.rs b/src/layout/stack.rs
index e0562672..80d57424 100644
--- a/src/layout/stack.rs
+++ b/src/layout/stack.rs
@@ -2,6 +2,7 @@ use smallvec::smallvec;
use crate::size::ValueBox;
use super::*;
+
/// The stack layouter stack boxes onto each other along the secondary layouting
/// axis.
#[derive(Debug, Clone)]