mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Make use of Either<A, B> for LengthOrNone
This commit is contained in:
parent
5df250bc05
commit
c4fc49c559
10 changed files with 21 additions and 116 deletions
|
@ -83,7 +83,6 @@ impl ToCss for CSSRGBA {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
#[derive(Clone, Debug)]
|
||||
pub struct SimplifiedSumNode {
|
||||
values: Vec<SimplifiedValueNode>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue