mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Updated cssparser dependency to 0.29.
Signed-off-by: Lewin Probst <info@emirror.de>
This commit is contained in:
parent
8db58c8afe
commit
976f5b76bc
18 changed files with 78 additions and 81 deletions
|
@ -371,8 +371,7 @@ struct FontFaceRuleParser<'a, 'b: 'a> {
|
|||
|
||||
/// Default methods reject all at rules.
|
||||
impl<'a, 'b, 'i> AtRuleParser<'i> for FontFaceRuleParser<'a, 'b> {
|
||||
type PreludeNoBlock = ();
|
||||
type PreludeBlock = ();
|
||||
type Prelude = ();
|
||||
type AtRule = ();
|
||||
type Error = StyleParseErrorKind<'i>;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue