From 0e3098063266a23e5e688cec40abf6c03e4f41a3 Mon Sep 17 00:00:00 2001 From: funman300 Date: Wed, 12 Aug 2026 02:31:13 +0000 Subject: [PATCH] style(adapter): elide redundant lifetime in squad projection test helper --- openfut-adapter-fifa17/tests/squad_projection.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openfut-adapter-fifa17/tests/squad_projection.rs b/openfut-adapter-fifa17/tests/squad_projection.rs index cfe270b..10571dd 100644 --- a/openfut-adapter-fifa17/tests/squad_projection.rs +++ b/openfut-adapter-fifa17/tests/squad_projection.rs @@ -106,9 +106,9 @@ fn oracle_tables() -> (HashMap, TableIdentity) { /// The full pipeline: parse a captured PUT, build the canonical + extension, then /// project — treating the just-built canonical squad as Core's committed state. -fn project_put<'a>( +fn project_put( put: &Fifa17SquadPut, - owned: &'a HashMap, + owned: &HashMap, ident: &TableIdentity, ) -> Value { let SquadWriteBuild { canonical, extension } =