mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Better variable name, remove obsolete comment
This commit is contained in:
parent
60f454d7c4
commit
446aaa5845
2 changed files with 5 additions and 6 deletions
|
@ -393,7 +393,6 @@ impl<'a, 'b> AtRuleParser for KeyframeDeclarationParser<'a, 'b> {
|
|||
}
|
||||
|
||||
impl<'a, 'b> DeclarationParser for KeyframeDeclarationParser<'a, 'b> {
|
||||
/// We parse rules directly into the declarations object
|
||||
type Declaration = ParsedDeclaration;
|
||||
|
||||
fn parse_value(&mut self, name: &str, input: &mut Parser) -> Result<ParsedDeclaration, ()> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue