diff --git a/src/test.rs b/src/test.rs index 95700a0..254f67d 100644 --- a/src/test.rs +++ b/src/test.rs @@ -20,7 +20,6 @@ where let _ = paths .iter() .map(make_dummy_file) - .map(Result::unwrap) .collect::>(); Ok(()) }