diff options
Diffstat (limited to 'crates/shirabe-symfony-console/src/helper/table_cell.rs')
| -rw-r--r-- | crates/shirabe-symfony-console/src/helper/table_cell.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/shirabe-symfony-console/src/helper/table_cell.rs b/crates/shirabe-symfony-console/src/helper/table_cell.rs index fdcda7b8..3081c26a 100644 --- a/crates/shirabe-symfony-console/src/helper/table_cell.rs +++ b/crates/shirabe-symfony-console/src/helper/table_cell.rs @@ -14,7 +14,7 @@ pub enum TableCellOption { #[derive(Debug, Clone)] pub struct TableCell { - pub(crate) value: String, + value: String, options: IndexMap<String, TableCellOption>, } |
