mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Update bitflags to 1.0 in every servo crate
It still needs dependencies update to remove all the other bitflags versions.
This commit is contained in:
parent
4cf2ce66fc
commit
e8e2d0a4b2
142 changed files with 1685 additions and 1635 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