mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Fix the name of the #[animation] attribute, oops
This commit is contained in:
parent
04ad28b564
commit
dc827c14e1
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue