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

1
Cargo.lock generated
View file

@ -2886,6 +2886,7 @@ dependencies = [
"byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
"cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
"cssparser 0.23.2 (registry+https://github.com/rust-lang/crates.io-index)",
"debug_unreachable 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
"encoding_rs 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
"euclid 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)",
"fallible 0.0.1",