mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Update to cssparser 0.13
This commit is contained in:
parent
418c3e8cc7
commit
11cef135e7
53 changed files with 42 additions and 180 deletions
|
@ -841,7 +841,7 @@ impl PropertyId {
|
|||
|
||||
// FIXME(https://github.com/rust-lang/rust/issues/33156): remove this enum and use PropertyId
|
||||
// when stable Rust allows destructors in statics.
|
||||
enum StaticId {
|
||||
pub enum StaticId {
|
||||
Longhand(LonghandId),
|
||||
Shorthand(ShorthandId),
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue