diff options
Diffstat (limited to 'crates/ra_hir/src')
-rw-r--r-- | crates/ra_hir/src/lib.rs | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/crates/ra_hir/src/lib.rs b/crates/ra_hir/src/lib.rs index 3364a822f..fe34b30bc 100644 --- a/crates/ra_hir/src/lib.rs +++ b/crates/ra_hir/src/lib.rs | |||
@@ -66,12 +66,14 @@ pub use hir_def::{ | |||
66 | body::scope::ExprScopes, | 66 | body::scope::ExprScopes, |
67 | builtin_type::BuiltinType, | 67 | builtin_type::BuiltinType, |
68 | docs::Documentation, | 68 | docs::Documentation, |
69 | item_scope::ItemInNs, | ||
69 | nameres::ModuleSource, | 70 | nameres::ModuleSource, |
70 | path::{ModPath, Path, PathKind}, | 71 | path::{ModPath, Path, PathKind}, |
71 | type_ref::Mutability, | 72 | type_ref::Mutability, |
72 | }; | 73 | }; |
73 | pub use hir_expand::{ | 74 | pub use hir_expand::{ |
74 | hygiene::Hygiene, name::Name, HirFileId, InFile, MacroCallId, MacroCallLoc, MacroDefId, | 75 | hygiene::Hygiene, |
75 | MacroFile, Origin, | 76 | name::{AsName, Name}, |
77 | HirFileId, InFile, MacroCallId, MacroCallLoc, MacroDefId, MacroFile, Origin, | ||
76 | }; | 78 | }; |
77 | pub use hir_ty::{display::HirDisplay, CallableDef}; | 79 | pub use hir_ty::{display::HirDisplay, CallableDef}; |