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