mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-15 13:58:36 +02:00
Remove the useless generic documents_deletion parameter
This commit is contained in:
parent
7c3d93e5da
commit
9eb27811b1
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue