mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 15:21:12 +00:00
appease clippy
This commit is contained in:
parent
55f0329e5c
commit
eff4da1938
1 changed files with 1 additions and 2 deletions
|
@ -1385,8 +1385,7 @@ impl<
|
|||
internal_error!("Ran out of stack space");
|
||||
} else {
|
||||
self.stack_size = new_size;
|
||||
let offset = -(self.stack_size as i32);
|
||||
offset
|
||||
-(self.stack_size as i32)
|
||||
}
|
||||
} else {
|
||||
internal_error!("Ran out of stack space");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue