mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-23 05:14:27 +01:00
Remove the useless generic documents_deletion parameter
This commit is contained in:
parent
7c3d93e5da
commit
9eb27811b1
@ -124,7 +124,7 @@ impl Index {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn documents_deletion<D>(&self) -> update::DocumentsDeletion {
|
pub fn documents_deletion(&self) -> update::DocumentsDeletion {
|
||||||
update::DocumentsDeletion::new(
|
update::DocumentsDeletion::new(
|
||||||
self.updates,
|
self.updates,
|
||||||
self.updates_results,
|
self.updates_results,
|
||||||
|
Loading…
Reference in New Issue
Block a user