mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 04:17:10 +02:00
Change some lifetimes
This commit is contained in:
parent
bcb1aa3d22
commit
5369bf4a62
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ impl DocumentOperation {
|
|||
}
|
||||
|
||||
impl<'p> DocumentChanges<'p> for DocumentOperation {
|
||||
type Parameter = (&'p Index, &'p RoTxn<'static>, &'p mut FieldsIdsMap, &'p PrimaryKey<'p>);
|
||||
type Parameter = (&'p Index, &'p RoTxn<'p>, &'p mut FieldsIdsMap, &'p PrimaryKey<'p>);
|
||||
|
||||
fn document_changes(
|
||||
self,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue