Fix clippy warnings

This commit is contained in:
Brian Carroll 2021-10-14 00:13:47 +02:00
parent e6245c41f5
commit 6206418b67
4 changed files with 4 additions and 4 deletions

View file

@ -386,7 +386,7 @@ impl<'a> WasmBackend<'a> {
let arg_storage = self.storage.get(arg_symbol).clone();
self.storage.clone_value(
&mut self.code_builder,
&param_storage,
param_storage,
&arg_storage,
*arg_symbol,
);