servo/components/style_derive
bors-servo 95f81d0c39
Auto merge of #20183 - servo:computed-as-clone, r=emilio
Unconditionally derive ToComputedValue as Clone for non-generic types

We assume that types such as `<Self as ToComputedValue>::ToComputedValue == Self`
just construct a new value that is just a clone of the original one without any
additional code.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/20183)
<!-- Reviewable:end -->
2018-03-03 14:15:17 -05:00
..
animate.rs Bump syn/quote in style_derive 2018-02-12 17:08:55 +01:00
Cargo.toml Bump syn/quote in style_derive 2018-02-12 17:08:55 +01:00
cg.rs Bump syn/quote in style_derive 2018-02-12 17:08:55 +01:00
compute_squared_distance.rs Bump syn/quote in style_derive 2018-02-12 17:08:55 +01:00
lib.rs Bump syn/quote in style_derive 2018-02-12 17:08:55 +01:00
parse.rs Bump syn/quote in style_derive 2018-02-12 17:08:55 +01:00
to_animated_value.rs Bump syn/quote in style_derive 2018-02-12 17:08:55 +01:00
to_animated_zero.rs Bump syn/quote in style_derive 2018-02-12 17:08:55 +01:00
to_computed_value.rs Unconditionally derive ToComputedValue as Clone for non-generics 2018-03-03 18:41:50 +01:00
to_css.rs Derive ToCss for Symbols 2018-03-03 01:01:59 +01:00