Remove duplicate derive for text emphasis style enum

This commit is contained in:
Dmitry 2018-03-09 00:27:09 +03:00
parent 6febdf3751
commit 4739775877

View file

@ -520,7 +520,6 @@ impl ToComputedValue for TextAlign {
/// Specified value of text-emphasis-style property. /// Specified value of text-emphasis-style property.
#[derive(Clone, Debug, MallocSizeOf, PartialEq, ToCss)] #[derive(Clone, Debug, MallocSizeOf, PartialEq, ToCss)]
#[cfg_attr(feature = "servo", derive(ToComputedValue))]
pub enum TextEmphasisStyle { pub enum TextEmphasisStyle {
/// <fill> <shape> /// <fill> <shape>
Keyword(KeywordValue), Keyword(KeywordValue),