mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Fix 5 clippy warnings (#32808)
Signed-off-by: Rachael Gentry <rachael.l.gentry@gmail.com>
This commit is contained in:
parent
a6048c46d2
commit
8b3c9b744a
3 changed files with 5 additions and 6 deletions
|
@ -1000,7 +1000,7 @@ impl FlexLine<'_> {
|
|||
let max_propagated_baseline = item_propagated_baselines
|
||||
.iter()
|
||||
.copied()
|
||||
.filter_map(|baseline| baseline)
|
||||
.flatten()
|
||||
.max()
|
||||
.unwrap_or(Au::zero());
|
||||
let item_content_cross_start_posititons = self
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue