mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 12:29:21 +00:00
Use imports_locator
This commit is contained in:
parent
d1556550f8
commit
4c8edd003a
6 changed files with 116 additions and 83 deletions
|
@ -49,7 +49,7 @@ pub use hir_def::{
|
|||
builtin_type::BuiltinType,
|
||||
docs::Documentation,
|
||||
find_path::PrefixKind,
|
||||
import_map::Query,
|
||||
import_map::Query as ExternalImportablesQuery,
|
||||
item_scope::ItemInNs,
|
||||
nameres::ModuleSource,
|
||||
path::{ModPath, PathKind},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue