move adt to adt

This commit is contained in:
Aleksey Kladov 2019-01-25 01:53:07 +03:00
parent a03c109f50
commit 31d3a56b18
3 changed files with 23 additions and 24 deletions

View file

@ -55,10 +55,11 @@ pub use self::{
ids::{HirFileId, MacroCallId, MacroCallLoc, HirInterner},
macros::{MacroDef, MacroInput, MacroExpansion},
nameres::{ItemMap, PerNs, Namespace, Resolution},
ty::{Ty, AdtDef},
ty::Ty,
impl_block::{ImplBlock, ImplItem},
code_model_impl::function::{FnScopes, ScopesWithSyntaxMapping},
docs::{Docs, Documentation}
docs::{Docs, Documentation},
adt::AdtDef,
};
pub use self::code_model_api::{