diff options
Diffstat (limited to 'components/layout_2020/table/layout.rs')
-rw-r--r-- | components/layout_2020/table/layout.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/layout_2020/table/layout.rs b/components/layout_2020/table/layout.rs index 382c90d3dba..add1a44c377 100644 --- a/components/layout_2020/table/layout.rs +++ b/components/layout_2020/table/layout.rs @@ -2043,6 +2043,7 @@ impl<'a> TableLayout<'a> { col_group.style.get_inherited_box().visibility == Visibility::Collapse } + #[allow(clippy::too_many_arguments)] fn do_final_cell_layout( &mut self, row_index: usize, |