clippy nits

This commit is contained in:
James Wilson
2025-08-14 16:34:50 +01:00
parent 7e26e5ebcc
commit 230d6729f4
+3 -3
View File
@@ -154,8 +154,8 @@ where
Ok(()) Ok(())
} }
fn prepare_tests<'args, L, F>( fn prepare_tests<L, F>(
args: &'args Arguments, args: &Arguments,
metadata_files: &[MetadataFile], metadata_files: &[MetadataFile],
) -> impl Stream<Item = Test> ) -> impl Stream<Item = Test>
where where
@@ -326,7 +326,7 @@ where
let result = handle_case_driver::<L, F>( let result = handle_case_driver::<L, F>(
&test.path, &test.path,
&test.metadata, &test.metadata,
test.case_idx.into(), test.case_idx,
&test.case, &test.case,
test.mode.clone(), test.mode.clone(),
args, args,