mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-23 02:27:40 +08: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(
|
||||
self.updates,
|
||||
self.updates_results,
|
||||
|
Loading…
Reference in New Issue
Block a user