aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/src/grammar.ron
diff options
context:
space:
mode:
authoruHOOCCOOHu <[email protected]>2019-09-29 22:15:03 +0100
committeruHOOCCOOHu <[email protected]>2019-09-30 09:17:53 +0100
commit5a4b4f507e9b90bfe41b451763868cba0a70c392 (patch)
tree7e136a69aa5bf67a2dacf74fdee189558970ff20 /crates/ra_syntax/src/grammar.ron
parent71efdaa6364142b359c59659ec10f35a1e53b5d2 (diff)
Fix API of Attr
Diffstat (limited to 'crates/ra_syntax/src/grammar.ron')
-rw-r--r--crates/ra_syntax/src/grammar.ron2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_syntax/src/grammar.ron b/crates/ra_syntax/src/grammar.ron
index 8cb45f394..30328f59f 100644
--- a/crates/ra_syntax/src/grammar.ron
+++ b/crates/ra_syntax/src/grammar.ron
@@ -577,7 +577,7 @@ Grammar(
577 options: [ "TokenTree", "Path" ], 577 options: [ "TokenTree", "Path" ],
578 ), 578 ),
579 "AttrInput": ( enum: [ "Literal", "TokenTree" ] ), 579 "AttrInput": ( enum: [ "Literal", "TokenTree" ] ),
580 "Attr": ( options: [ "Path", [ "input", "AttrInput" ], [ "value", "TokenTree" ] ] ), 580 "Attr": ( options: [ "Path", [ "input", "AttrInput" ] ] ),
581 "TokenTree": (), 581 "TokenTree": (),
582 "TypeParamList": ( 582 "TypeParamList": (
583 collections: [ 583 collections: [