mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
recursion info is not needed
This commit is contained in:
parent
11ed2cbcf8
commit
6d31f9e1da
1 changed files with 0 additions and 2 deletions
|
@ -1284,7 +1284,6 @@ pub enum UnionVariant<'a> {
|
|||
Unwrapped {
|
||||
tag_name: TagName,
|
||||
arguments: Vec<'a, Layout<'a>>,
|
||||
is_recursive: bool,
|
||||
},
|
||||
Wrapped(WrappedVariant<'a>),
|
||||
}
|
||||
|
@ -1506,7 +1505,6 @@ pub fn union_sorted_tags_help<'a>(
|
|||
UnionVariant::Unwrapped {
|
||||
tag_name,
|
||||
arguments: layouts,
|
||||
is_recursive: opt_rec_var.is_some(),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue