We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05fe83b commit 425a146Copy full SHA for 425a146
book/src/using-bitfields.md
@@ -85,5 +85,5 @@ Note: This requires the Builder's derive_default to be set to true, otherwise th
85
This will print out
86
87
```text
88
-StructWithBitfields: a:1, b:0, c:2
+StructWithBitfields: a:0, b:0, c:0
89
```
0 commit comments