Skip to content

Commit 5d70dbe

Browse files
committed
Update memo.rs
1 parent e5fdb38 commit 5d70dbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/function/memo.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@ mod _memory_usage {
562562

563563
fn recover_from_cycle<'db>(
564564
_: &'db Self::DbView,
565-
_: &crate::Cycle<'_>,
565+
_: &crate::Cycle,
566566
_: &Self::Output<'db>,
567567
value: Self::Output<'db>,
568568
_: Self::Input<'db>,

0 commit comments

Comments
 (0)