mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 03:47:02 +02:00
Fix clippy errors
This commit is contained in:
parent
33e55bd82e
commit
e4b3d35ed8
2 changed files with 2 additions and 2 deletions
|
@ -8,6 +8,7 @@ use crate::index_controller::{Failed, IndexStats, Processed, Processing};
|
|||
|
||||
use super::{IndexMeta, IndexResult, IndexSettings};
|
||||
|
||||
#[allow(clippy::large_enum_variant)]
|
||||
pub enum IndexMsg {
|
||||
CreateIndex {
|
||||
uuid: Uuid,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue