mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Remove unnecessary mut in TableFlow
This commit is contained in:
parent
ee8c5c5a67
commit
8f7cfb1b06
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ impl TableFlow {
|
|||
|
||||
/// Updates the minimum and preferred inline-size calculation for a single row. This is
|
||||
/// factored out into a separate function because we process children of rowgroups too.
|
||||
fn update_column_inline_sizes_for_row(row: &mut TableRowFlow,
|
||||
fn update_column_inline_sizes_for_row(row: &TableRowFlow,
|
||||
column_inline_sizes: &mut Vec<ColumnIntrinsicInlineSize>,
|
||||
computation: &mut IntrinsicISizesContribution,
|
||||
first_row: bool,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue