diff options
author | bors[bot] <bors[bot]@users.noreply.github.com> | 2018-11-01 10:16:24 +0000 |
---|---|---|
committer | bors[bot] <bors[bot]@users.noreply.github.com> | 2018-11-01 10:16:24 +0000 |
commit | 3ec9f958b39b23b945dd60088843d19fe6cef2d7 (patch) | |
tree | d568d87091edbe86161889906e26b064e24820e6 /crates/ra_syntax/src/grammar.ron | |
parent | 2050812cad7905c33870c36362593360f7216310 (diff) | |
parent | 61580f3cb82821c65dc93627d9b3ec9390cce281 (diff) |
Merge #179
179: Remove DOC_COMMENT r=matklad a=kjeremy
Closes #166
Co-authored-by: Jeremy A. Kolb <[email protected]>
Diffstat (limited to 'crates/ra_syntax/src/grammar.ron')
-rw-r--r-- | crates/ra_syntax/src/grammar.ron | 1 |
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: [ |