mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01: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());
|
debug_assert!(variable.references.is_empty());
|
||||||
self.push(&variable.css, variable.first_token_type, variable.last_token_type)
|
self.push(&variable.css, variable.first_token_type, variable.last_token_type)
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
impl VariableValue {
|
|
||||||
/// Parse a custom property value.
|
/// Parse a custom property value.
|
||||||
pub fn parse<'i, 't>(
|
pub fn parse<'i, 't>(
|
||||||
input: &mut Parser<'i, 't>,
|
input: &mut Parser<'i, 't>,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue