mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 07:14:46 +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");
|
internal_error!("Ran out of stack space");
|
||||||
} else {
|
} else {
|
||||||
self.stack_size = new_size;
|
self.stack_size = new_size;
|
||||||
let offset = -(self.stack_size as i32);
|
-(self.stack_size as i32)
|
||||||
offset
|
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
internal_error!("Ran out of stack space");
|
internal_error!("Ran out of stack space");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue