summaryrefslogtreecommitdiffstats
path: root/native/src/widget/column.rs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--native/src/widget/column.rs5
1 files changed, 0 insertions, 5 deletions
diff --git a/native/src/widget/column.rs b/native/src/widget/column.rs
index a003c584..4fd6e065 100644
--- a/native/src/widget/column.rs
+++ b/native/src/widget/column.rs
@@ -9,11 +9,6 @@ use crate::{
use std::u32;
/// A container that distributes its contents vertically.
-///
-/// A [`Column`] will not fill the horizontal space of its container. (set to [`Length::shrink`] by defualt)
-///
-/// [`Column`]: struct.Column.html
-/// [`Length::shrink`]: ../../enum.Length.html
#[allow(missing_debug_implementations)]
pub struct Column<'a, Message, Renderer> {
spacing: u16,