From a93b1ab003affb0d72e9da4007b04a2a6cfd4462 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Mon, 6 Jan 2020 12:50:20 +0100 Subject: =?UTF-8?q?Formatting=20=F0=9F=9B=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/stack.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/layout/stack.rs') 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)] -- cgit v1.2.3