mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-03 07:04:49 +00:00
deglobify
This commit is contained in:
parent
74beb5bfcb
commit
3b45ddd984
1 changed files with 1 additions and 2 deletions
|
@ -29,8 +29,7 @@ use crate::{
|
||||||
HirDatabase, Crate,
|
HirDatabase, Crate,
|
||||||
Name,
|
Name,
|
||||||
module_tree::{ModuleId, ModuleTree},
|
module_tree::{ModuleId, ModuleTree},
|
||||||
//FIXME: deglobify
|
nameres::lower::{ImportId, LoweredModule, ImportData},
|
||||||
nameres::lower::*,
|
|
||||||
};
|
};
|
||||||
|
|
||||||
/// `ItemMap` is the result of name resolution. It contains, for each
|
/// `ItemMap` is the result of name resolution. It contains, for each
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue