aboutsummaryrefslogtreecommitdiff
path: root/grammar.ron
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2018-01-28 15:53:53 +0000
committerAleksey Kladov <[email protected]>2018-01-28 18:18:24 +0000
commit8ca02acb5a574c312dcb3842904b99b282d45883 (patch)
treed1707c94eda435c95408f73ec530aa5ac2386920 /grammar.ron
parent7e55b2693f17afdae91c492c6f79c9ba4020d893 (diff)
Generic params in structs
Diffstat (limited to 'grammar.ron')
-rw-r--r--grammar.ron5
1 files changed, 4 insertions, 1 deletions
diff --git a/grammar.ron b/grammar.ron
index 70e269e20..7c76d595d 100644
--- a/grammar.ron
+++ b/grammar.ron
@@ -88,5 +88,8 @@ Grammar(
88 "LITERAL", 88 "LITERAL",
89 "ALIAS", 89 "ALIAS",
90 "VISIBILITY", 90 "VISIBILITY",
91 "TYPE_PARAM_LIST",
92 "LIFETIME_PARAM",
93 "TYPE_PARAM",
91 ] 94 ]
92) \ No newline at end of file 95)