mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-26 23:04:26 +01:00
Merge pull request #211 from meilisearch/fix-documents-deletion-generic-param
Reemove the useless generic documents_deletion parameter
This commit is contained in:
commit
543b65b09b
@ -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