mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
1.65 clippy fixes
This commit is contained in:
parent
f0d6e418fa
commit
66a1ba00eb
53 changed files with 224 additions and 225 deletions
|
@ -1237,7 +1237,7 @@ impl<'a> WasmBackend<'a> {
|
|||
}
|
||||
|
||||
CallType::HigherOrder(higher_order_lowlevel) => {
|
||||
call_higher_order_lowlevel(self, ret_sym, ret_layout, *higher_order_lowlevel)
|
||||
call_higher_order_lowlevel(self, ret_sym, ret_layout, higher_order_lowlevel)
|
||||
}
|
||||
|
||||
CallType::Foreign {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue