mirror of
https://github.com/pezkuwichain/revive-differential-tests.git
synced 2026-06-15 18:21:08 +00:00
clippy nits
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user