diff options
| author | Laurenz <laurmaedje@gmail.com> | 2020-01-06 12:50:20 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2020-01-06 12:50:20 +0100 |
| commit | a93b1ab003affb0d72e9da4007b04a2a6cfd4462 (patch) | |
| tree | bdc6f1c14259e7745fa59c7e51d8327ee5df3061 /src/layout/stack.rs | |
| parent | 2ee5810fecb96a8d4e0d078faecc8c91096d6881 (diff) | |
Formatting 🛀
Diffstat (limited to 'src/layout/stack.rs')
| -rw-r--r-- | src/layout/stack.rs | 1 |
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)] |
