aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/src/grammar.ron
diff options
context:
space:
mode:
authorJeremy A. Kolb <[email protected]>2018-10-31 21:38:18 +0000
committerJeremy A. Kolb <[email protected]>2018-10-31 21:38:18 +0000
commit61580f3cb82821c65dc93627d9b3ec9390cce281 (patch)
treedd8bdf0f3489b972728a4023fbf6e460f1fed4dc /crates/ra_syntax/src/grammar.ron
parent2b210d98b8807e0dfd6762a2974388fca7ee1ee9 (diff)
Remove DOC_COMMENT
Closes #166
Diffstat (limited to 'crates/ra_syntax/src/grammar.ron')
-rw-r--r--crates/ra_syntax/src/grammar.ron1
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/ra_syntax/src/grammar.ron b/crates/ra_syntax/src/grammar.ron
index 6951db010..0454fd8e4 100644
--- a/crates/ra_syntax/src/grammar.ron
+++ b/crates/ra_syntax/src/grammar.ron
@@ -113,7 +113,6 @@ Grammar(
113 "BYTE_STRING", 113 "BYTE_STRING",
114 "RAW_BYTE_STRING", 114 "RAW_BYTE_STRING",
115 "COMMENT", 115 "COMMENT",
116 "DOC_COMMENT",
117 "SHEBANG", 116 "SHEBANG",
118 ], 117 ],
119 nodes: [ 118 nodes: [