mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Remove as_mut_slice() calls.
This commit is contained in:
parent
a862479ca8
commit
9185c3de79
6 changed files with 7 additions and 7 deletions
|
@ -288,7 +288,7 @@ impl Flow for TableWrapperFlow {
|
|||
TableLayout::Fixed => {}
|
||||
TableLayout::Auto => {
|
||||
self.calculate_table_column_sizes_for_automatic_layout(
|
||||
intermediate_column_inline_sizes.as_mut_slice())
|
||||
&mut intermediate_column_inline_sizes)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue