diff --git a/src/runner.rs b/src/runner.rs index 824ccd9..127d976 100644 --- a/src/runner.rs +++ b/src/runner.rs @@ -1203,7 +1203,6 @@ fn prepare_function_args( let mut args = signature .params() .iter() - .cloned() .map(|_| caller_stack.pop()) .collect::>(); args.reverse();