Better variable name, remove obsolete comment

This commit is contained in:
Simon Sapin 2017-03-08 12:03:47 +01:00
parent 60f454d7c4
commit 446aaa5845
2 changed files with 5 additions and 6 deletions

View file

@ -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, ()> {