Make clippy happy

This commit is contained in:
Kerollmops 2024-12-04 14:32:45 +01:00
parent 2da5584bb5
commit d0c4e6da6b
No known key found for this signature in database
GPG Key ID: F250A4C4E3AE5F5F

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),