Skip to content

Commit

Permalink
missed clippy
Browse files Browse the repository at this point in the history
Signed-off-by: noelwei <fan@scroll.io>
  • Loading branch information
noel2004 committed Oct 10, 2024
1 parent b32d3a5 commit f20c6b4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion integration/tests/bundle_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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::<BatchProvingTask>(task_path.unwrap().to_str().unwrap()).unwrap()
})
Expand Down

0 comments on commit f20c6b4

Please sign in to comment.