remove field

This commit is contained in:
Folkert 2021-01-16 20:09:21 +01:00
parent 4dd7ea1356
commit c8970bbe45
4 changed files with 8 additions and 13 deletions

View file

@ -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(),
});