We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5642af8 commit d5cc65aCopy full SHA for d5cc65a
src/items/traits.md
@@ -6,6 +6,7 @@
6
> [_Generics_]<sup>?</sup>
7
> ( `:` [_TypeParamBounds_]<sup>?</sup> )<sup>?</sup>
8
> [_WhereClause_]<sup>?</sup> `{`\
9
+> [_InnerAttribute_]<sup>\*</sup>\
10
> _TraitItem_<sup>\*</sup>\
11
> `}`
12
>
@@ -341,6 +342,7 @@ fn main() {
341
342
[_Generics_]: generics.md
343
[_MacroInvocationSemi_]: ../macros.md#macro-invocation
344
[_OuterAttribute_]: ../attributes.md
345
+[_InnerAttribute_]: ../attributes.md
346
[_Pattern_]: ../patterns.md
347
[_SelfParam_]: associated-items.md#methods
348
[_TypeParamBounds_]: ../trait-bounds.md
0 commit comments