mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
clippy
This commit is contained in:
parent
04d493c49e
commit
0cf2f4f9e4
3 changed files with 3 additions and 4 deletions
|
@ -377,7 +377,6 @@ impl<'a, I: ImportDispatcher> Instance<'a, I> {
|
|||
if let Some(return_val) = optional_return_val {
|
||||
self.value_stack.push(return_val);
|
||||
}
|
||||
return;
|
||||
} else {
|
||||
// call an internal Wasm function
|
||||
let return_addr = self.program_counter as u32;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue