We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 702c4d7 + cb126ee commit 6c27bdaCopy full SHA for 6c27bda
src/items/implementations.md
@@ -5,7 +5,7 @@
5
> _InherentImpl_ | _TraitImpl_
6
>
7
> _InherentImpl_ :\
8
-> `impl` [_Generics_] [_Type_] [_WhereClause_]<sup>?</sup> `{`\
+> `impl` [_Generics_]<sup>?</sup> [_Type_] [_WhereClause_]<sup>?</sup> `{`\
9
> [_InnerAttribute_]<sup>\*</sup>\
10
> _InherentImplItem_<sup>\*</sup>\
11
> `}`
@@ -17,7 +17,7 @@
17
> )
18
19
> _TraitImpl_ :\
20
-> `unsafe`<sup>?</sup> `impl` [_Generics_] `!`<sup>?</sup>
+> `unsafe`<sup>?</sup> `impl` [_Generics_]<sup>?</sup> `!`<sup>?</sup>
21
> [_TypePath_] `for` [_Type_]\
22
> [_WhereClause_]<sup>?</sup>\
23
> `{`\
0 commit comments