clippy: suppress warning from large_enum_variant

This commit is contained in:
Daniel Hofstetter
2025-05-16 10:49:41 +02:00
parent c2b91a7604
commit 0c4136fb60
+1
View File
@@ -69,6 +69,7 @@ impl ArgumentsAttr {
}
}
#[allow(clippy::large_enum_variant)]
pub enum ArgAttr {
Option(OptionAttr),
Free(FreeAttr),