mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
Merge pull request #7258 from JRI98/remove_unused_typedhole_variant
Remove unused code
This commit is contained in:
commit
bfbc9ceef0
20 changed files with 5 additions and 57 deletions
|
@ -1908,7 +1908,6 @@ pub(crate) fn build_exp_expr<'a, 'ctx>(
|
|||
Array { elem_layout, elems } => {
|
||||
list_literal(env, layout_interner, scope, *elem_layout, elems)
|
||||
}
|
||||
RuntimeErrorFunction(_) => todo!(),
|
||||
|
||||
UnionAtIndex {
|
||||
tag_id,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue