remove comment

This commit is contained in:
Eric Correia 2021-07-03 12:08:42 -04:00
parent 8deb377d30
commit aa123635fa

View file

@ -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(