diff options
Diffstat (limited to 'crates/ra_syntax/src/grammar.ron')
-rw-r--r-- | crates/ra_syntax/src/grammar.ron | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/crates/ra_syntax/src/grammar.ron b/crates/ra_syntax/src/grammar.ron index 0830e02f2..c1c215e0d 100644 --- a/crates/ra_syntax/src/grammar.ron +++ b/crates/ra_syntax/src/grammar.ron | |||
@@ -531,7 +531,8 @@ Grammar( | |||
531 | ), | 531 | ), |
532 | "Path": ( | 532 | "Path": ( |
533 | options: [ | 533 | options: [ |
534 | ["segment", "PathSegment"] | 534 | ["segment", "PathSegment"], |
535 | ["qualifier", "Path"], | ||
535 | ] | 536 | ] |
536 | ), | 537 | ), |
537 | "PathSegment": ( | 538 | "PathSegment": ( |