diff --git a/derive/src/attributes.rs b/derive/src/attributes.rs index da582f8..8604b1e 100644 --- a/derive/src/attributes.rs +++ b/derive/src/attributes.rs @@ -69,6 +69,7 @@ impl ArgumentsAttr { } } +#[allow(clippy::large_enum_variant)] pub enum ArgAttr { Option(OptionAttr), Free(FreeAttr),