aboutsummaryrefslogtreecommitdiff
path: root/src/grammar.ron
diff options
context:
space:
mode:
Diffstat (limited to 'src/grammar.ron')
-rw-r--r--src/grammar.ron3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/grammar.ron b/src/grammar.ron
index 5b8a9219c..f640ccb7b 100644
--- a/src/grammar.ron
+++ b/src/grammar.ron
@@ -151,5 +151,8 @@ Grammar(
151 "LIFETIME_PARAM", 151 "LIFETIME_PARAM",
152 "TYPE_PARAM_LIST", 152 "TYPE_PARAM_LIST",
153 "TYPE_ARG_LIST", 153 "TYPE_ARG_LIST",
154
155 "PARAM_LIST",
156 "ARG_LIST",
154 ] 157 ]
155) 158)