mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
clippy
This commit is contained in:
parent
51f3752c94
commit
052ce8f2aa
8 changed files with 114 additions and 18 deletions
|
@ -1945,7 +1945,7 @@ impl<'a, 'r> WasmBackend<'a, 'r> {
|
|||
|
||||
let from_offset = tag_offset + field_offset;
|
||||
|
||||
self.code_builder.i32_const(from_offset as i32)
|
||||
self.code_builder.i32_const(from_offset as i32);
|
||||
}
|
||||
|
||||
/*******************************************************************
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue