pad the either layout to align

This commit is contained in:
Corwin Kuiper 2022-01-20 22:20:54 +00:00
parent fc6acda14d
commit f7693f553c

View file

@ -35,6 +35,7 @@ impl Block {
.expect("too large allocation")
.align_to(8)
.expect("too large allocation")
.pad_to_align()
}
}