mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Avoid pattern matching to clone Copy variants of PropertyDeclaration 🐉🐲
This commit is contained in:
parent
335cb4c9f4
commit
5d8e70dc27
5 changed files with 88 additions and 63 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue