mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 14:54:47 +00:00
remove comment
This commit is contained in:
parent
8deb377d30
commit
aa123635fa
1 changed files with 0 additions and 1 deletions
|
@ -4127,7 +4127,6 @@ fn convert_tag_union<'a>(
|
||||||
),
|
),
|
||||||
ByteUnion(tag_names) => {
|
ByteUnion(tag_names) => {
|
||||||
let opt_tag_id = tag_names.iter().position(|key| key == &tag_name);
|
let opt_tag_id = tag_names.iter().position(|key| key == &tag_name);
|
||||||
// .expect("tag must be in its own type");
|
|
||||||
|
|
||||||
match opt_tag_id {
|
match opt_tag_id {
|
||||||
Some(tag_id) => Stmt::Let(
|
Some(tag_id) => Stmt::Let(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue