diff --git a/src/runner.rs b/src/runner.rs index 99f40eb..824ccd9 100644 --- a/src/runner.rs +++ b/src/runner.rs @@ -1204,7 +1204,6 @@ fn prepare_function_args( .params() .iter() .cloned() - .rev() .map(|_| caller_stack.pop()) .collect::>(); args.reverse();