aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir/src/marks.rs
diff options
context:
space:
mode:
authoruHOOCCOOHu <[email protected]>2019-09-02 07:36:20 +0100
committeruHOOCCOOHu <[email protected]>2019-09-02 07:36:20 +0100
commita66214b34effe1ad7f4351a1b920cf3a8f98d3c0 (patch)
tree21c38c3888edbf0d17b59a4c09494788cea61d1c /crates/ra_hir/src/marks.rs
parentdfa758f6a9146fbcb5109e7294d0a8e561c77913 (diff)
Fix import strategy of `macro_use` and its test
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 5b15eee90..2e1d35c8c 100644
--- a/crates/ra_hir/src/marks.rs
+++ b/crates/ra_hir/src/marks.rs
@@ -11,4 +11,5 @@ test_utils::marks!(
11 match_ergonomics_ref 11 match_ergonomics_ref
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); 15);