mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
Update cssparser to 0.18
https://github.com/servo/rust-cssparser/pull/171
This commit is contained in:
parent
30d6d6024b
commit
eb98ae6e04
64 changed files with 541 additions and 512 deletions
|
@ -409,7 +409,7 @@ macro_rules! __define_css_keyword_enum__actual {
|
|||
Self::from_ident(&ident)
|
||||
.map_err(|()| ::cssparser::ParseError::Basic(
|
||||
::cssparser::BasicParseError::UnexpectedToken(
|
||||
::cssparser::Token::Ident(ident))))
|
||||
::cssparser::Token::Ident(ident.clone()))))
|
||||
}
|
||||
|
||||
/// Parse this property from an already-tokenized identifier.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue