style: Get rid of ComputedValueAsSpecified in inherited_text.rs

This commit is contained in:
Emilio Cobos Álvarez 2017-09-09 14:49:27 +02:00
parent a3bfa5db3e
commit d1a3cb6d94
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C
3 changed files with 10 additions and 19 deletions

View file

@ -98,7 +98,7 @@ impl<A: Parse, B: Parse> Parse for Either<A, B> {
}
/// https://drafts.csswg.org/css-values-4/#custom-idents
#[derive(Clone, Debug, Eq, Hash, PartialEq)]
#[derive(Clone, Debug, Eq, Hash, PartialEq, ToComputedValue)]
#[cfg_attr(feature = "servo", derive(HeapSizeOf))]
pub struct CustomIdent(pub Atom);