mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-14 07:29:02 +03:00
Drop unused field
This commit is contained in:
parent
582ed7eda6
commit
3cc36e5198
@ -968,7 +968,6 @@ fn path_to_expr_help2<'a>(
|
||||
let inner_expr = Expr::AccessAtIndex {
|
||||
index: *index,
|
||||
field_layouts: env.arena.alloc(field_layouts),
|
||||
//structure: env.arena.alloc(outer_expr),
|
||||
structure: symbol,
|
||||
is_unwrapped,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user