Skip to content

Commit

Permalink
Merge pull request #545 from MonliH/master
Browse files Browse the repository at this point in the history
Remove outdated `Fill` comment for `Column` and `Row`
  • Loading branch information
hecrj authored Oct 17, 2020
2 parents befeb32 + 461499d commit 23647d2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions native/src/widget/column.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
4 changes: 0 additions & 4 deletions native/src/widget/row.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 23647d2

Please sign in to comment.