mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 20:07:09 +02:00
make cargo fmt&clippy happy
This commit is contained in:
parent
5367d8f05a
commit
e79f6f87f6
2 changed files with 11 additions and 4 deletions
|
@ -239,6 +239,7 @@ pub async fn update_documents(
|
|||
Ok(HttpResponse::Accepted().json(task))
|
||||
}
|
||||
|
||||
#[allow(clippy::too_many_arguments)]
|
||||
async fn document_addition(
|
||||
mime_type: Option<Mime>,
|
||||
index_scheduler: GuardedData<ActionPolicy<{ actions::DOCUMENTS_ADD }>, Data<IndexScheduler>>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue