mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
style: Update cssparser to 0.23.
This commit is contained in:
parent
005fd9cfa8
commit
ea5efd9e2f
14 changed files with 26 additions and 27 deletions
|
@ -76,7 +76,6 @@ impl<'a> fmt::Display for ContextualParseError<'a> {
|
|||
Token::PrefixMatch => write!(f, "prefix match (^=)"),
|
||||
Token::SuffixMatch => write!(f, "suffix match ($=)"),
|
||||
Token::SubstringMatch => write!(f, "substring match (*=)"),
|
||||
Token::Column => write!(f, "column (||)"),
|
||||
Token::CDO => write!(f, "CDO (<!--)"),
|
||||
Token::CDC => write!(f, "CDC (-->)"),
|
||||
Token::Function(ref name) => write!(f, "function {}", name),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue