fix compilation

This commit is contained in:
Aleksey Kladov 2019-10-30 17:40:13 +03:00
parent e5300ad3ba
commit c1ed9ccc4e
7 changed files with 12 additions and 8 deletions

View file

@ -26,7 +26,6 @@ macro_rules! impl_froms {
}
}
mod either;
pub mod debug;
pub mod db;
@ -62,7 +61,6 @@ use crate::{ids::MacroFileKind, resolve::Resolver};
pub use crate::{
adt::VariantDef,
either::Either,
expr::ExprScopes,
from_source::FromSource,
generics::{GenericDef, GenericParam, GenericParams, HasGenericParams},
@ -85,6 +83,7 @@ pub use self::code_model::{
};
pub use hir_def::{
either::Either,
name::Name,
path::{Path, PathKind},
type_ref::Mutability,