aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir
diff options
context:
space:
mode:
authorKirill Bulatov <[email protected]>2020-01-26 22:16:18 +0000
committerKirill Bulatov <[email protected]>2020-01-26 22:57:24 +0000
commit1a78991df69630b581b4210083c9e94157bab0e1 (patch)
treeb139503ade9771b6135c5c578aabc1c77a1bb4a4 /crates/ra_hir
parentd0a782ef1c53ef5c5d3b49b02c498f7a688c3a4d (diff)
Adjust the tests
Diffstat (limited to 'crates/ra_hir')
-rw-r--r--crates/ra_hir/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/ra_hir/src/lib.rs b/crates/ra_hir/src/lib.rs
index 21b0553be..2cfeaba72 100644
--- a/crates/ra_hir/src/lib.rs
+++ b/crates/ra_hir/src/lib.rs
@@ -56,6 +56,7 @@ pub use hir_def::{
56 nameres::ModuleSource, 56 nameres::ModuleSource,
57 path::{ModPath, Path, PathKind}, 57 path::{ModPath, Path, PathKind},
58 type_ref::Mutability, 58 type_ref::Mutability,
59 ModuleDefId,
59}; 60};
60pub use hir_expand::{ 61pub use hir_expand::{
61 name::{AsName, Name}, 62 name::{AsName, Name},