diff --git a/components/style/values.rs b/components/style/values.rs index 6907a736988..e58def1d66d 100644 --- a/components/style/values.rs +++ b/components/style/values.rs @@ -279,7 +279,6 @@ pub mod specified { _ => Err(()) } } - #[allow(dead_code)] pub fn parse(input: &mut Parser) -> Result { Length::parse_internal(input, &AllowedNumericType::All) } @@ -692,7 +691,6 @@ pub mod specified { _ => Err(()) } } - #[allow(dead_code)] #[inline] pub fn parse(input: &mut Parser) -> Result { LengthOrPercentage::parse_internal(input, &AllowedNumericType::All) @@ -784,7 +782,6 @@ pub mod specified { _ => Err(()) } } - #[allow(dead_code)] #[inline] pub fn parse(input: &mut Parser) -> Result { LengthOrPercentageOrNone::parse_internal(input, &AllowedNumericType::All) @@ -823,7 +820,6 @@ pub mod specified { _ => Err(()) } } - #[allow(dead_code)] #[inline] pub fn parse(input: &mut Parser) -> Result { LengthOrNone::parse_internal(input, &AllowedNumericType::All)