mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
clippy + fmt
This commit is contained in:
parent
b000ae7614
commit
834995b130
13 changed files with 78 additions and 53 deletions
|
@ -1,8 +1,8 @@
|
|||
use milli::update::{IndexDocumentsMethod, UpdateFormat};
|
||||
|
||||
use crate::{Data, Payload};
|
||||
use crate::index::{Checked, Settings};
|
||||
use crate::index_controller::{error::Result, IndexMetadata, IndexSettings, UpdateStatus};
|
||||
use crate::{Data, Payload};
|
||||
|
||||
impl Data {
|
||||
pub async fn add_documents(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue