summaryrefslogtreecommitdiff
path: root/library/src/meta/counter.rs
diff options
context:
space:
mode:
Diffstat (limited to 'library/src/meta/counter.rs')
-rw-r--r--library/src/meta/counter.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/src/meta/counter.rs b/library/src/meta/counter.rs
index 394c4656..50a097af 100644
--- a/library/src/meta/counter.rs
+++ b/library/src/meta/counter.rs
@@ -405,7 +405,7 @@ impl Counter {
#[comemo::memoize]
fn sequence_impl(
&self,
- world: Tracked<dyn World>,
+ world: Tracked<dyn World + '_>,
tracer: TrackedMut<Tracer>,
provider: TrackedMut<StabilityProvider>,
introspector: Tracked<Introspector>,