Fix the name of the #[animation] attribute, oops

This commit is contained in:
Anthony Ramine 2017-08-25 22:27:27 +02:00
parent 04ad28b564
commit dc827c14e1

View file

@ -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,
}