diff --git a/components/style/values/specified/text.rs b/components/style/values/specified/text.rs index 23ea5ac4e34..48236907679 100644 --- a/components/style/values/specified/text.rs +++ b/components/style/values/specified/text.rs @@ -520,7 +520,6 @@ impl ToComputedValue for TextAlign { /// Specified value of text-emphasis-style property. #[derive(Clone, Debug, MallocSizeOf, PartialEq, ToCss)] -#[cfg_attr(feature = "servo", derive(ToComputedValue))] pub enum TextEmphasisStyle { /// Keyword(KeywordValue),