diff --git a/core/src/avm1/property_decl.rs b/core/src/avm1/property_decl.rs index 268b84ac96ae..3d7321dbcf95 100644 --- a/core/src/avm1/property_decl.rs +++ b/core/src/avm1/property_decl.rs @@ -128,6 +128,7 @@ impl Declaration { /// "hidden" => string("shh!"; DONT_ENUM | DONT_DELETE | READ_ONLY); /// }; /// ``` +#[allow(unused_macro_rules)] macro_rules! declare_properties { ( $($name:literal => $kind:ident($($args:tt)*);)* ) => { &[ $(