Remove last traces of nameres from hir

This commit is contained in:
Aleksey Kladov 2019-11-03 23:49:44 +03:00
parent 73fcf9a2d6
commit f0eb9cc6e6
8 changed files with 59 additions and 67 deletions

View file

@ -28,11 +28,10 @@ use crate::{
TypeAliasId,
},
impl_block::ImplBlock,
nameres::{ImportId, Namespace},
resolve::{Resolver, Scope, TypeNs},
traits::TraitData,
ty::{InferenceResult, TraitRef},
Either, HasSource, Name, ScopeDef, Ty,
Either, HasSource, Name, ScopeDef, Ty, {ImportId, Namespace},
};
/// hir::Crate describes a single crate. It's the main interface with which