Drop unused field

This commit is contained in:
Richard Feldman 2020-08-10 19:27:29 -04:00 committed by GitHub
parent 582ed7eda6
commit 3cc36e5198
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,
};