mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 23:31:12 +00:00
remove field
This commit is contained in:
parent
4dd7ea1356
commit
c8970bbe45
4 changed files with 8 additions and 13 deletions
|
@ -2823,7 +2823,6 @@ pub fn with_hole<'a>(
|
|||
|
||||
let layout = Layout::Union(UnionLayout::NullableWrapped {
|
||||
nullable_id,
|
||||
nullable_layout: TAG_SIZE,
|
||||
other_tags: layouts.into_bump_slice(),
|
||||
});
|
||||
|
||||
|
@ -6169,7 +6168,6 @@ fn from_can_pattern_help<'a>(
|
|||
|
||||
let layout = Layout::Union(UnionLayout::NullableWrapped {
|
||||
nullable_id,
|
||||
nullable_layout: TAG_SIZE,
|
||||
other_tags: layouts.into_bump_slice(),
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue