aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/src/grammar.ron
diff options
context:
space:
mode:
authorgfreezy <[email protected]>2019-03-25 17:02:06 +0000
committergfreezy <[email protected]>2019-04-01 15:53:47 +0100
commit4ca51cfbcfe75b27c21bc269780992f55b4c6d84 (patch)
tree371c29b6c8537ba5e0c1062859e6da8c7dd777cc /crates/ra_syntax/src/grammar.ron
parent56f3524c693eed6a849f27139b6c8f32986ca4b8 (diff)
intelligently add parens when inlining local varaibles
Diffstat (limited to 'crates/ra_syntax/src/grammar.ron')
-rw-r--r--crates/ra_syntax/src/grammar.ron1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/ra_syntax/src/grammar.ron b/crates/ra_syntax/src/grammar.ron
index 6d7a5a1cb..3d97bea7f 100644
--- a/crates/ra_syntax/src/grammar.ron
+++ b/crates/ra_syntax/src/grammar.ron
@@ -494,6 +494,7 @@ Grammar(
494 "RangeExpr", 494 "RangeExpr",
495 "BinExpr", 495 "BinExpr",
496 "Literal", 496 "Literal",
497 "MacroCall",
497 ], 498 ],
498 ), 499 ),
499 500