From 412f0133ca40d86fb7e7a99f39d2f7985743a334 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Mon, 5 Feb 2018 04:03:06 +0100 Subject: [PATCH] style: Remove unneeded impl block. --- components/style/custom_properties.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/components/style/custom_properties.rs b/components/style/custom_properties.rs index 21ba25872d0..938a1d85d6e 100644 --- a/components/style/custom_properties.rs +++ b/components/style/custom_properties.rs @@ -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>,