Skip to content

Commit

Permalink
Remove entirely
Browse files Browse the repository at this point in the history
  • Loading branch information
MonliH committed Oct 17, 2020
1 parent 7c24277 commit 461499d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions native/src/widget/column.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
5 changes: 0 additions & 5 deletions native/src/widget/row.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@ use crate::{
use std::u32;

/// A container that distributes its contents horizontally.
///
/// A [`Row`] will not fill the horizontal space of its container. (set to [`Length::shrink`] by defualt)
///
/// [`Row`]: struct.Row.html
/// [`Length::shrink`]: ../../enum.Length.html
#[allow(missing_debug_implementations)]
pub struct Row<'a, Message, Renderer> {
spacing: u16,
Expand Down

0 comments on commit 461499d

Please sign in to comment.