style: Remove unneeded impl block.

This commit is contained in:
Emilio Cobos Álvarez 2018-02-05 04:03:06 +01:00
parent c72a5623b1
commit 412f0133ca
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C

View file

@ -259,9 +259,7 @@ impl VariableValue {
debug_assert!(variable.references.is_empty());
self.push(&variable.css, variable.first_token_type, variable.last_token_type)
}
}
impl VariableValue {
/// Parse a custom property value.
pub fn parse<'i, 't>(
input: &mut Parser<'i, 't>,