Avoid pattern matching to clone Copy variants of PropertyDeclaration 🐉🐲

This commit is contained in:
Anthony Ramine 2018-02-08 01:22:34 +01:00
parent 335cb4c9f4
commit 5d8e70dc27
5 changed files with 88 additions and 63 deletions

View file

@ -33,6 +33,7 @@ extern crate bitflags;
#[allow(unused_extern_crates)] extern crate byteorder;
#[cfg(feature = "gecko")] #[macro_use] #[no_link] extern crate cfg_if;
#[macro_use] extern crate cssparser;
#[macro_use] extern crate debug_unreachable;
extern crate euclid;
extern crate fallible;
extern crate fnv;