aboutsummaryrefslogtreecommitdiff
path: root/src/grammar.ron
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2018-07-31 22:30:17 +0100
committerAleksey Kladov <[email protected]>2018-07-31 22:30:17 +0100
commitb9189ed2db8cb1934e677a17fcc6282c66306df1 (patch)
tree1456403c6eac7820c6b6760ccc6900326aedc792 /src/grammar.ron
parent2bbd4c510d2da5c78f566b28e90548102bb107dc (diff)
move lambdas
Diffstat (limited to 'src/grammar.ron')
-rw-r--r--src/grammar.ron1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/grammar.ron b/src/grammar.ron
index 782771830..b4c121f4d 100644
--- a/src/grammar.ron
+++ b/src/grammar.ron
@@ -69,6 +69,7 @@ Grammar(
69 "type", 69 "type",
70 "ref", 70 "ref",
71 "let", 71 "let",
72 "move",
72 ], 73 ],
73 contextual_keywords: [ 74 contextual_keywords: [
74 "auto", 75 "auto",