From dc827c14e1d6be5f5f79d2c7f05167915779bc91 Mon Sep 17 00:00:00 2001 From: Anthony Ramine Date: Fri, 25 Aug 2017 22:27:27 +0200 Subject: [PATCH] Fix the name of the #[animation] attribute, oops --- components/style_derive/animate.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/style_derive/animate.rs b/components/style_derive/animate.rs index c95dcdc0e94..ddc185b5c21 100644 --- a/components/style_derive/animate.rs +++ b/components/style_derive/animate.rs @@ -63,7 +63,7 @@ pub fn derive(input: syn::DeriveInput) -> quote::Tokens { } #[derive(Default, FromVariant)] -#[darling(attributes(animate), default)] +#[darling(attributes(animation), default)] pub struct AnimateAttrs { pub error: bool, }