From f20c6b47c9a28f864a88afcaca768b2339639f40 Mon Sep 17 00:00:00 2001 From: noelwei Date: Thu, 10 Oct 2024 11:24:15 +0900 Subject: [PATCH] missed clippy Signed-off-by: noelwei --- integration/tests/bundle_tests.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/integration/tests/bundle_tests.rs b/integration/tests/bundle_tests.rs index ed49d7c5..5bfd4ec6 100644 --- a/integration/tests/bundle_tests.rs +++ b/integration/tests/bundle_tests.rs @@ -50,7 +50,6 @@ fn test_bundle_prove_verify_after_batch() { let mut batch_tasks = glob(&format!("{output_dir}/full_proof_batch_prove_?.json")) .unwrap() - .into_iter() .map(|task_path| { from_json_file::(task_path.unwrap().to_str().unwrap()).unwrap() })