mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
fmt fix
This commit is contained in:
parent
169682d3ec
commit
fa46dfb7bb
2 changed files with 5 additions and 3 deletions
|
@ -1,3 +1,5 @@
|
|||
use std::io::ErrorKind;
|
||||
|
||||
use actix_web::http::header::CONTENT_TYPE;
|
||||
use actix_web::web::Data;
|
||||
use actix_web::{web, HttpMessage, HttpRequest, HttpResponse};
|
||||
|
@ -18,7 +20,6 @@ use once_cell::sync::Lazy;
|
|||
use serde::Deserialize;
|
||||
use serde_cs::vec::CS;
|
||||
use serde_json::Value;
|
||||
use std::io::ErrorKind;
|
||||
use tempfile::tempfile;
|
||||
use tokio::fs::File;
|
||||
use tokio::io::{AsyncSeekExt, AsyncWriteExt};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue