Auto merge of #17402 - servo:derive-all-the-things, r=emilio

Use generics for the filter property

<!-- 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/17402)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2017-06-20 06:23:17 -07:00 committed by GitHub
commit fc2c5b7ef4
21 changed files with 822 additions and 496 deletions

View file

@ -16,6 +16,7 @@ use values::specified::url::SpecifiedUrl;
pub mod background;
pub mod basic_shape;
pub mod border;
pub mod effects;
pub mod flex;
#[cfg(feature = "gecko")]
pub mod gecko;