We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4e460e3 + 94e18d3 commit 1307b87Copy full SHA for 1307b87
src/items/generics.md
@@ -3,9 +3,7 @@ r[items.generics]
3
4
r[items.generics.syntax]
5
```grammar,items
6
-GenericParams ->
7
- `<` `>`
8
- | `<` (GenericParam `,`)* GenericParam `,`? `>`
+GenericParams -> `<` ( GenericParam (`,` GenericParam)* `,`? )? `>`
9
10
GenericParam -> OuterAttribute* ( LifetimeParam | TypeParam | ConstParam )
11
0 commit comments