mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
style: Simplify some conversion code used for mapped attributes.
These days for the types we share computed value representation we don't really need any special code. Differential Revision: https://phabricator.services.mozilla.com/D17763
This commit is contained in:
parent
45a416b996
commit
76ea22d50c
3 changed files with 3 additions and 11 deletions
|
@ -30,6 +30,7 @@ use style_traits::{CssWriter, ParseError, ToCss};
|
|||
Copy,
|
||||
Debug,
|
||||
Eq,
|
||||
FromPrimitive,
|
||||
MallocSizeOf,
|
||||
Ord,
|
||||
Parse,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue