From 9ec5025bb99cd58231d256594504880cf7b19647 Mon Sep 17 00:00:00 2001 From: HampusM Date: Tue, 23 Sep 2025 18:26:50 +0200 Subject: fix(ecs): impl QueryTermWithField for any lifetime Pair slice --- ecs/src/pair.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ecs/src/pair.rs b/ecs/src/pair.rs index 553652e..15092a0 100644 --- a/ecs/src/pair.rs +++ b/ecs/src/pair.rs @@ -223,7 +223,7 @@ where } } -impl QueryTermWithField for &'static [Pair] +impl QueryTermWithField for &'_ [Pair] where Relation: Component, { -- cgit v1.2.3-18-g5258