mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 12:27:13 +02:00
Fix clippy errors
This commit is contained in:
parent
c5c7e76805
commit
623b71e81e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue