simpify pattern match on non-indexable values

This commit is contained in:
Folkert 2021-06-21 21:24:46 +02:00
parent 4bbaa007f3
commit 7a36c25848
2 changed files with 10 additions and 11 deletions

View file

@ -1057,9 +1057,9 @@ fn path_to_expr_help<'a>(
wrapped: Wrapped::SingleElementRecord,
};
symbol = env.unique_symbol();
let inner_layout = layout;
stores.push((symbol, inner_layout, inner_expr));
// symbol = env.unique_symbol();
// let inner_layout = layout;
// stores.push((symbol, inner_layout, inner_expr));
break;
}