style(adapter): elide redundant lifetime in squad projection test helper
This commit is contained in:
@@ -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 } =
|
||||
|
||||
Reference in New Issue
Block a user