use either for uses

This commit is contained in:
Aleksey Kladov 2019-04-10 10:12:54 +03:00
parent b863272899
commit 1cd184d653
6 changed files with 40 additions and 44 deletions

View file

@ -17,6 +17,8 @@ macro_rules! impl_froms {
}
}
mod either;
pub mod db;
#[macro_use]
pub mod mock;
@ -52,11 +54,12 @@ use crate::{
};
pub use self::{
either::Either,
path::{Path, PathKind},
name::Name,
source_id::{AstIdMap, ErasedFileAstId},
ids::{HirFileId, MacroDefId, MacroCallId, MacroCallLoc},
nameres::{PerNs, Namespace, ImportId, ImportSource},
nameres::{PerNs, Namespace, ImportId},
ty::{Ty, ApplicationTy, TypeCtor, Substs, display::HirDisplay},
impl_block::{ImplBlock, ImplItem},
docs::{Docs, Documentation},