Remove redundant clone in prepare_function_args.
This commit is contained in:
parent
a415932b9d
commit
2c2cb72078
|
@ -1203,7 +1203,6 @@ fn prepare_function_args(
|
|||
let mut args = signature
|
||||
.params()
|
||||
.iter()
|
||||
.cloned()
|
||||
.map(|_| caller_stack.pop())
|
||||
.collect::<Vec<RuntimeValue>>();
|
||||
args.reverse();
|
||||
|
|
Loading…
Reference in New Issue