mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 07:14:46 +00:00
Redundant reference
This commit is contained in:
parent
e3d3f51951
commit
4c06b9d1a4
1 changed files with 1 additions and 1 deletions
|
@ -750,7 +750,7 @@ fn addr_to_ast<'a, M: ReplAppMemory>(
|
|||
let inner_content = env.subs.get_content_without_compacting(inner_var);
|
||||
|
||||
let addr_of_inner = mem.deref_usize(addr);
|
||||
let inner_expr = addr_to_ast(env, mem, addr_of_inner, &inner_layout, WhenRecursive::Unreachable, inner_content);
|
||||
let inner_expr = addr_to_ast(env, mem, addr_of_inner, inner_layout, WhenRecursive::Unreachable, inner_content);
|
||||
|
||||
let box_box = env.arena.alloc(Loc::at_zero(Expr::Var {
|
||||
module_name: "Box", ident: "box"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue