aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/src/grammar.ron
diff options
context:
space:
mode:
authorAdolfo OchagavĂ­a <[email protected]>2018-10-11 15:25:35 +0100
committerAdolfo OchagavĂ­a <[email protected]>2018-10-11 15:25:35 +0100
commitf88e13f5393c75b02c3619ec432675c3316ee6e5 (patch)
tree9a4d2611dec98a083ae2f6b99a04f68962bf2f01 /crates/ra_syntax/src/grammar.ron
parent27a86cb7df5e1764c85f5eeb8bb85885072f782e (diff)
Use Comment wrapper
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 4b990fd8d..9da0c2c13 100644
--- a/crates/ra_syntax/src/grammar.ron
+++ b/crates/ra_syntax/src/grammar.ron
@@ -537,5 +537,6 @@ Grammar(
537 "PathSegment": ( 537 "PathSegment": (
538 options: [ "NameRef" ] 538 options: [ "NameRef" ]
539 ), 539 ),
540 "Comment": (),
540 }, 541 },
541) 542)