mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 04:17:10 +02:00
makes clippy happy
This commit is contained in:
parent
18d4d6097a
commit
f068d7f978
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ pub enum UpdateResult {
|
|||
Other,
|
||||
}
|
||||
|
||||
#[allow(clippy::large_enum_variant)]
|
||||
#[derive(Debug, Clone, Serialize, Deserialize)]
|
||||
#[serde(tag = "type")]
|
||||
pub enum UpdateMeta {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue