mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 03:47:02 +02:00
Make clippy happy
This commit is contained in:
parent
2da5584bb5
commit
d0c4e6da6b
1 changed files with 1 additions and 0 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue