mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-22 21:04:27 +01:00
Fix clippy errors
This commit is contained in:
parent
9e8888b603
commit
5d8a21b0de
@ -17,7 +17,7 @@ pub mod settings;
|
||||
pub mod stats;
|
||||
|
||||
#[derive(Debug, Clone, Serialize, Deserialize)]
|
||||
#[allow(clippy::clippy::large_enum_variant)]
|
||||
#[allow(clippy::large_enum_variant)]
|
||||
#[serde(tag = "name")]
|
||||
pub enum UpdateType {
|
||||
ClearAll,
|
||||
|
Loading…
Reference in New Issue
Block a user