mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +00:00
tweaks
This commit is contained in:
parent
59e551dd32
commit
d0be0df83c
3 changed files with 5 additions and 9 deletions
|
@ -247,8 +247,6 @@ fn insert_reset<'a>(
|
|||
|
||||
let reset_expr = Expr::Reset(x);
|
||||
|
||||
// const I64: Layout<'static> = Layout::Builtin(crate::layout::Builtin::Int64);
|
||||
|
||||
let layout = Layout::Union(union_layout);
|
||||
|
||||
stmt = env.arena.alloc(Stmt::Let(w, reset_expr, layout, stmt));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue