Make AnimationValue have the same variants as PropertyDeclaration

By making AnimationValue have the same representation as PropertyDeclaration
and Void variants for non-animatable properties, we know by constructions
that all properties have the same discriminant in both.
This commit is contained in:
Anthony Ramine 2018-02-09 22:34:59 +01:00
parent 6b1a74672d
commit 79775541f2
7 changed files with 58 additions and 35 deletions

View file

@ -78,6 +78,7 @@ extern crate uluru;
extern crate unicode_bidi;
#[allow(unused_extern_crates)]
extern crate unicode_segmentation;
extern crate void;
#[macro_use]
mod macros;