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 45e4259 commit c20b106Copy full SHA for c20b106
src/items/structs.md
@@ -25,15 +25,15 @@
25
>
26
> _StructField_ :
27
> [_OuterAttribute_]<sup>\*</sup>
28
-> [_Visibility_]<sup>?</sup>
+> [_Visibility_]
29
> [IDENTIFIER] `:` [_Type_]
30
31
> _TupleFields_ :
32
> _TupleField_ (`,` _TupleField_)<sup>\*</sup> `,`<sup>?</sup>
33
34
> _TupleField_ :
35
36
37
> [_Type_]
38
39
A _struct_ is a nominal [struct type] defined with the keyword `struct`.
0 commit comments