remove ItemMap

This commit is contained in:
Aleksey Kladov 2019-03-14 12:54:03 +03:00
parent 71e5adf694
commit c7259a899c
7 changed files with 59 additions and 569 deletions

View file

@ -54,7 +54,7 @@ pub use self::{
name::Name,
ids::{HirFileId, MacroCallId, MacroCallLoc, HirInterner},
macros::{MacroDef, MacroInput, MacroExpansion},
nameres::{ItemMap, PerNs, Namespace},
nameres::{PerNs, Namespace},
ty::{Ty, Substs, display::HirDisplay},
impl_block::{ImplBlock, ImplItem},
docs::{Docs, Documentation},