mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 15:51:12 +00:00
Drop unused field
This commit is contained in:
parent
582ed7eda6
commit
3cc36e5198
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue