diff options
author | Kirill Bulatov <[email protected]> | 2020-11-13 17:16:56 +0000 |
---|---|---|
committer | Kirill Bulatov <[email protected]> | 2020-11-16 19:19:06 +0000 |
commit | 4c8edd003aa447bd2da10fd81b24f582deacdc11 (patch) | |
tree | 6b7b97ba769e7b1c7de4feebfdcd06173bf52853 /crates/hir | |
parent | d1556550f83b7b8e9dd42c80ab6e08a632dfd256 (diff) |
Use imports_locator
Diffstat (limited to 'crates/hir')
-rw-r--r-- | crates/hir/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/hir/src/lib.rs b/crates/hir/src/lib.rs index ad58a7cfe..4b7ea3aa9 100644 --- a/crates/hir/src/lib.rs +++ b/crates/hir/src/lib.rs | |||
@@ -49,7 +49,7 @@ pub use hir_def::{ | |||
49 | builtin_type::BuiltinType, | 49 | builtin_type::BuiltinType, |
50 | docs::Documentation, | 50 | docs::Documentation, |
51 | find_path::PrefixKind, | 51 | find_path::PrefixKind, |
52 | import_map::Query, | 52 | import_map::Query as ExternalImportablesQuery, |
53 | item_scope::ItemInNs, | 53 | item_scope::ItemInNs, |
54 | nameres::ModuleSource, | 54 | nameres::ModuleSource, |
55 | path::{ModPath, PathKind}, | 55 | path::{ModPath, PathKind}, |