aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/src/grammar.ron
diff options
context:
space:
mode:
authoruHOOCCOOHu <[email protected]>2019-08-29 18:56:00 +0100
committeruHOOCCOOHu <[email protected]>2019-08-31 18:54:41 +0100
commitf5bea9051b81f3a490c08afdb336c63c9180aae0 (patch)
treedca2027e759bbaeaa116b1cae828cd28d507f6e3 /crates/ra_syntax/src/grammar.ron
parentf2a200c1ee8016f47b35e2e13a899fc96286a1eb (diff)
Support resolution of `#[macro_use] extern crate`
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 1836862fe..a07293a46 100644
--- a/crates/ra_syntax/src/grammar.ron
+++ b/crates/ra_syntax/src/grammar.ron
@@ -669,6 +669,7 @@ Grammar(
669 collections: [("use_trees", "UseTree")] 669 collections: [("use_trees", "UseTree")]
670 ), 670 ),
671 "ExternCrateItem": ( 671 "ExternCrateItem": (
672 traits: ["AttrsOwner"],
672 options: ["NameRef", "Alias"], 673 options: ["NameRef", "Alias"],
673 ), 674 ),
674 "ArgList": ( 675 "ArgList": (