mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
Remove debug assert
This commit is contained in:
parent
f2c9fd2b48
commit
e50f8d4888
1 changed files with 0 additions and 2 deletions
|
@ -380,8 +380,6 @@ fn jit_to_ast_help<'a, A: ReplApp<'a>>(
|
|||
Ok(struct_to_ast(env, mem, addr, RecordFields::empty()))
|
||||
}
|
||||
Content::Structure(FlatType::TagUnion(tags, _)) => {
|
||||
debug_assert_eq!(tags.len(), 1);
|
||||
|
||||
let (tag_name, payload_vars) = unpack_single_element_tag_union(env.subs, *tags);
|
||||
|
||||
Ok(single_tag_union_to_ast(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue