This commit is contained in:
Micha Reiser 2024-09-21 16:36:35 +02:00
parent a5396a9142
commit 7e8720a2ad
No known key found for this signature in database
4 changed files with 3 additions and 4 deletions

View file

@ -25,7 +25,7 @@ where
db: &'db C::DbView,
active_query: ActiveQueryGuard<'_>,
opt_old_memo: Option<Arc<Memo<C::Output<'_>>>>,
) -> StampedValue<&C::Output<'db>> {
) -> StampedValue<&'db C::Output<'db>> {
let zalsa = db.zalsa();
let revision_now = zalsa.current_revision();
let database_key_index = active_query.database_key_index;