aboutsummaryrefslogtreecommitdiff
path: root/src/grammar.ron
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2018-07-30 16:14:14 +0100
committerAleksey Kladov <[email protected]>2018-07-30 16:14:14 +0100
commit6fc66c4ee667da871ea1f0c8b48b5e9b7373a187 (patch)
tree11bf3d276afe15e328f6d600ea84010c2c693b52 /src/grammar.ron
parentbeaddb478097223c87e507bf9367d85d86df5d06 (diff)
Use boxed sliced for red nodes
Diffstat (limited to 'src/grammar.ron')
-rw-r--r--src/grammar.ron1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/grammar.ron b/src/grammar.ron
index 38453b45c..3efd60ee5 100644
--- a/src/grammar.ron
+++ b/src/grammar.ron
@@ -150,6 +150,5 @@ Grammar(
150 "LIFETIME_PARAM", 150 "LIFETIME_PARAM",
151 "TYPE_PARAM_LIST", 151 "TYPE_PARAM_LIST",
152 "TYPE_ARG_LIST", 152 "TYPE_ARG_LIST",
153
154 ] 153 ]
155) 154)