require databases and ingredients to be static

This commit is contained in:
Niko Matsakis 2024-07-06 08:15:27 -04:00
parent a1bf3a613f
commit e1920bdda6
27 changed files with 65 additions and 73 deletions

View file

@ -24,7 +24,7 @@ where
/// * `opt_old_memo`, the older memo, if any existed. Used for backdated.
pub(super) fn execute<'db>(
&'db self,
db: &'db DynDb<'db, C>,
db: &'db DynDb<C>,
active_query: ActiveQueryGuard<'_>,
opt_old_memo: Option<Arc<Memo<C::Value<'_>>>>,
) -> StampedValue<&C::Value<'db>> {