mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
style: Get rid of ComputedValueAsSpecified in inherited_text.rs
This commit is contained in:
parent
a3bfa5db3e
commit
d1a3cb6d94
3 changed files with 10 additions and 19 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue