You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm guessing this happens due to some internal way this structure is represented. The fact that the first data structure is a u16 bitfield, and the empty bits are also u16, while the second structure is a u16, and the empty bits are u8, is also likely related somehow.
Thank you for this great package! I've been using it with success, but it generates some warnings for
clippy::unnecessary_cast
, e.g.The text was updated successfully, but these errors were encountered: