This commit is contained in:
Patrick Walton 2015-04-22 16:05:44 -07:00 committed by Simon Sapin
parent 4d46d257cd
commit 0b6f84e6a1
2 changed files with 2 additions and 2 deletions

View file

@ -40,7 +40,7 @@ pub struct TableCellFlow {
/// The column span of this cell.
pub column_span: u32,
/// Whether this cell is visible. If false, the value of `empty-cells` means that we must not
/// display this cell.
pub visible: bool,