mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 04:17:10 +02:00
fix clippy warning
This commit is contained in:
parent
7cb2dcbdf8
commit
a780cff8fd
2 changed files with 2 additions and 1 deletions
|
@ -17,6 +17,7 @@ pub mod settings;
|
|||
pub mod stats;
|
||||
|
||||
#[derive(Debug, Clone, Serialize, Deserialize)]
|
||||
#[allow(clippy::clippy::large_enum_variant)]
|
||||
#[serde(tag = "name")]
|
||||
pub enum UpdateType {
|
||||
ClearAll,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue