mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Format
This commit is contained in:
parent
7423243be0
commit
cf9b311f71
3 changed files with 10 additions and 7 deletions
|
@ -3,7 +3,7 @@ pub mod index;
|
|||
pub mod server;
|
||||
pub mod service;
|
||||
|
||||
use std::{fmt::{self, Display}, future::Future};
|
||||
use std::fmt::{self, Display};
|
||||
|
||||
#[allow(unused)]
|
||||
pub use index::GetAllDocumentsOptions;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue