mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
Fix clippy warnings
This commit is contained in:
parent
e6245c41f5
commit
6206418b67
4 changed files with 4 additions and 4 deletions
|
@ -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,
|
||||
¶m_storage,
|
||||
param_storage,
|
||||
&arg_storage,
|
||||
*arg_symbol,
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue