mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Fix match_refs and let_returns in layout, address review changes
This commit is contained in:
parent
5c24da3e2d
commit
8e2c37a542
12 changed files with 54 additions and 62 deletions
|
@ -87,12 +87,10 @@ impl FlexFlow {
|
|||
flex_direction::T::column => Mode::Block
|
||||
};
|
||||
|
||||
let this = FlexFlow {
|
||||
FlexFlow {
|
||||
block_flow: BlockFlow::from_fragment(fragment, flotation),
|
||||
main_mode: main_mode
|
||||
};
|
||||
|
||||
this
|
||||
}
|
||||
}
|
||||
|
||||
// TODO(zentner): This function should use flex-basis.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue