fix: release mode (#679)

This commit is contained in:
Brett Etter
2023-03-13 19:00:40 -05:00
committed by GitHub
parent 817152ff39
commit f2f9759138

View File

@@ -548,6 +548,7 @@ impl RuntimeId {
f: Rc::new(MemoState {
f,
t: PhantomData,
#[cfg(debug_assertions)]
defined_at,
}),
},