mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Upgrade to rustc 1.39.0-nightly (66bf391c3 2019-09-23)
This commit is contained in:
parent
f3fb4460a4
commit
d69607064b
3 changed files with 5 additions and 3 deletions
|
@ -1048,7 +1048,9 @@ impl InlineFlow {
|
|||
inline_start_position_for_fragment =
|
||||
inline_start_position_for_fragment + slack_inline_size
|
||||
},
|
||||
TextAlign::Left | TextAlign::ServoLeft | TextAlign::Right | TextAlign::ServoRight => unreachable!(),
|
||||
TextAlign::Left | TextAlign::ServoLeft | TextAlign::Right | TextAlign::ServoRight => {
|
||||
unreachable!()
|
||||
},
|
||||
}
|
||||
|
||||
// Lay out the fragments in visual order.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue