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