fixed missing 'packed' keyword

This commit is contained in:
Matt Knight 2020-09-06 22:31:35 -07:00
parent caaa9ad2af
commit e7547eeefa
No known key found for this signature in database
GPG Key ID: 0A6DED1E48D25122

View File

@ -34,7 +34,7 @@ pub const max_vlen = 0xffff;
pub const Type = packed struct {
name_off: u32,
info: struct {
info: packed struct {
/// number of struct's members
vlen: u16,