aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir/src/marks.rs
diff options
context:
space:
mode:
authoruHOOCCOOHu <[email protected]>2019-09-05 09:20:36 +0100
committeruHOOCCOOHu <[email protected]>2019-09-05 11:50:04 +0100
commitdec43a0c5dd164279f94e9ab6e6d69ec28e294fd (patch)
treeed324f13437c6137e335aecf572e4b189d131e5b /crates/ra_hir/src/marks.rs
parent6702f5b7b5b7ddc23398c1b5d77891e9b4b1345a (diff)
Consider prelude to be `macro_use`
Diffstat (limited to 'crates/ra_hir/src/marks.rs')
-rw-r--r--crates/ra_hir/src/marks.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/ra_hir/src/marks.rs b/crates/ra_hir/src/marks.rs
index 2e1d35c8c..fe119b97c 100644
--- a/crates/ra_hir/src/marks.rs
+++ b/crates/ra_hir/src/marks.rs
@@ -12,4 +12,5 @@ test_utils::marks!(
12 trait_resolution_on_fn_type 12 trait_resolution_on_fn_type
13 infer_while_let 13 infer_while_let
14 macro_rules_from_other_crates_are_visible_with_macro_use 14 macro_rules_from_other_crates_are_visible_with_macro_use
15 prelude_is_macro_use
15); 16);