mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
style: Remove unneeded impl block.
This commit is contained in:
parent
c72a5623b1
commit
412f0133ca
1 changed files with 0 additions and 2 deletions
|
@ -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>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue