Make clippy happy

This commit is contained in:
Kerollmops
2024-12-04 14:32:45 +01:00
parent 2da5584bb5
commit d0c4e6da6b

View File

@ -16,6 +16,7 @@ struct ListFeaturesDeriveArgs {
#[command(author, version, about, long_about)]
#[command(name = "cargo xtask")]
#[command(bin_name = "cargo xtask")]
#[allow(clippy::large_enum_variant)] // please, that's enough...
enum Command {
ListFeatures(ListFeaturesDeriveArgs),
Bench(BenchDeriveArgs),