servo/components/style_derive
Emilio Cobos Álvarez 71b414f9dc
style: Make rust generate better code for derive(Animate) and derive(ComputeSquaredDistance).
See https://github.com/rust-lang/rust/issues/68867.

This technically changes the semantics of #[animate(fallback)] and such when
combined with #[animate(error)]. But no such combination exists and the new
semantics are perfectly reasonable as well, IMHO.

Differential Revision: https://phabricator.services.mozilla.com/D61761
2020-02-12 02:43:21 +01:00
..
animate.rs style: Make rust generate better code for derive(Animate) and derive(ComputeSquaredDistance). 2020-02-12 02:43:21 +01:00
Cargo.toml Bump all in-tree components to syn 1 2019-09-27 13:29:55 +02:00
compute_squared_distance.rs style: Make rust generate better code for derive(Animate) and derive(ComputeSquaredDistance). 2020-02-12 02:43:21 +01:00
lib.rs style: Derive ToResolvedValue. 2019-04-12 12:20:09 +02:00
parse.rs style: Factor out some of style_derive. 2019-04-12 12:19:45 +02:00
specified_value_info.rs style: Factor out some of style_derive. 2019-04-12 12:19:45 +02:00
to_animated_value.rs style: Reformat recent changes. 2019-04-12 12:20:14 +02:00
to_animated_zero.rs Bump all in-tree components to syn 1 2019-09-27 13:29:55 +02:00
to_computed_value.rs style: Reformat recent changes. 2019-04-12 12:20:14 +02:00
to_css.rs style: Factor out some of style_derive. 2019-04-12 12:19:45 +02:00
to_resolved_value.rs style: Reformat recent changes. 2019-04-12 12:20:14 +02:00