We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49ceb84 commit 1d0f7e7Copy full SHA for 1d0f7e7
src/function/maybe_changed_after.rs
@@ -266,7 +266,6 @@ where
266
/// If this is a provisional memo, validate that it was cached in the same iteration of the
267
/// same cycle(s) that we are still executing. If so, it is valid for reuse. This avoids
268
/// runaway re-execution of the same queries within a fixpoint iteration.
269
- #[cold]
270
pub(super) fn validate_same_iteration(
271
&self,
272
db: &C::DbView,
0 commit comments