mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Bump bitflags to 1.0 in every servo crate
This commit is contained in:
parent
b6475cf433
commit
29b4eec141
131 changed files with 1591 additions and 1580 deletions
|
@ -51,7 +51,7 @@ impl ToComputedValue for specified::JustifyItems {
|
|||
use values::specified::align;
|
||||
let specified = *self;
|
||||
let computed =
|
||||
if self.0 != align::ALIGN_AUTO {
|
||||
if self.0 != align::AlignFlags::AUTO {
|
||||
*self
|
||||
} else {
|
||||
// If the inherited value of `justify-items` includes the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue