We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e51358 commit f13996eCopy full SHA for f13996e
src/encoding.rs
@@ -28,7 +28,7 @@ pub enum Encoding<'a> {
28
Class,
29
Sel,
30
Unknown,
31
- BitField(u32),
+ BitField(u8),
32
Pointer(&'a Encoding<'a>),
33
Array(usize, &'a Encoding<'a>),
34
Struct(&'a str, &'a [Encoding<'a>]),
0 commit comments