style(adapter): elide redundant lifetime in squad projection test helper

This commit is contained in:
funman300
2026-08-12 02:31:13 +00:00
parent 46a81e7a07
commit 0e30980632
@@ -106,9 +106,9 @@ fn oracle_tables() -> (HashMap<String, CoreOwnedItem>, 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<String, CoreOwnedItem>,
owned: &HashMap<String, CoreOwnedItem>,
ident: &TableIdentity,
) -> Value {
let SquadWriteBuild { canonical, extension } =