Change some lifetimes

This commit is contained in:
Clément Renault 2024-09-02 19:51:22 +02:00
parent bcb1aa3d22
commit 5369bf4a62
No known key found for this signature in database
GPG Key ID: F250A4C4E3AE5F5F

View File

@ -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,