aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir_def/src/nameres.rs
diff options
context:
space:
mode:
authorJonas Schievink <[email protected]>2020-06-15 18:16:43 +0100
committerJonas Schievink <[email protected]>2020-06-24 15:53:16 +0100
commit0e2602f75e17b35472637c8ebd8e6e436a5f2af4 (patch)
tree959a856badde77a0f554f66320a0ec02ffa90617 /crates/ra_hir_def/src/nameres.rs
parent7054e89d187287c0547ef43961bf4969aba57dd6 (diff)
Remove raw item query
Diffstat (limited to 'crates/ra_hir_def/src/nameres.rs')
-rw-r--r--crates/ra_hir_def/src/nameres.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/ra_hir_def/src/nameres.rs b/crates/ra_hir_def/src/nameres.rs
index 060273db4..b279bdeef 100644
--- a/crates/ra_hir_def/src/nameres.rs
+++ b/crates/ra_hir_def/src/nameres.rs
@@ -47,7 +47,6 @@
47//! path and, upon success, we run macro expansion and "collect module" phase on 47//! path and, upon success, we run macro expansion and "collect module" phase on
48//! the result 48//! the result
49 49
50pub(crate) mod raw;
51mod collector; 50mod collector;
52mod mod_resolution; 51mod mod_resolution;
53mod path_resolution; 52mod path_resolution;