mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Auto merge of #16589 - servo:cssparserup, r=emilio
Update to cssparser 0.13 https://github.com/servo/rust-cssparser/pull/140 <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/16589) <!-- Reviewable:end -->
This commit is contained in:
commit
e3e10ada09
53 changed files with 42 additions and 180 deletions
|
@ -29,7 +29,7 @@ bitflags = "0.7"
|
|||
bit-vec = "0.4.3"
|
||||
byteorder = "1.0"
|
||||
cfg-if = "0.1.0"
|
||||
cssparser = "0.12.1"
|
||||
cssparser = "0.13.1"
|
||||
encoding = {version = "0.2", optional = true}
|
||||
euclid = "0.11"
|
||||
fnv = "1.0"
|
||||
|
|
|
@ -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