Skip to content

Commit e434c6a

Browse files
committed
Allow trait inner attributes
1 parent 5642af8 commit e434c6a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/items/traits.md

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
> [_Generics_]<sup>?</sup>
77
> ( `:` [_TypeParamBounds_]<sup>?</sup> )<sup>?</sup>
88
> [_WhereClause_]<sup>?</sup> `{`\
9+
> &nbsp;&nbsp;&nbsp;&nbsp; [_InnerAttribute_]<sup>\*</sup>\
910
> &nbsp;&nbsp;&nbsp;&nbsp; _TraitItem_<sup>\*</sup>\
1011
> &nbsp;&nbsp; `}`
1112
>

0 commit comments

Comments
 (0)