diff options
Diffstat (limited to 'native/src/widget/column.rs')
-rw-r--r-- | native/src/widget/column.rs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/native/src/widget/column.rs b/native/src/widget/column.rs index df21cdde..a5ac2101 100644 --- a/native/src/widget/column.rs +++ b/native/src/widget/column.rs @@ -9,10 +9,6 @@ use crate::{ use std::u32; /// A container that distributes its contents vertically. -/// -/// A [`Column`] will try to fill the horizontal space of its container. -/// -/// [`Column`]: struct.Column.html #[allow(missing_debug_implementations)] pub struct Column<'a, Message, Renderer> { spacing: u16, |