mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Match on PropertyId (not strings) to parse a declaration.
This commit is contained in:
parent
58d452fa4e
commit
433c33c4df
6 changed files with 49 additions and 42 deletions
|
@ -38,7 +38,7 @@
|
|||
//#![deny(unsafe_code)]
|
||||
#![allow(unused_unsafe)]
|
||||
|
||||
#![recursion_limit = "500"] // For match_ignore_ascii_case in PropertyDeclaration::parse
|
||||
#![recursion_limit = "500"] // For define_css_keyword_enum! in -moz-appearance
|
||||
|
||||
extern crate app_units;
|
||||
#[allow(unused_extern_crates)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue