fix after rebase

This commit is contained in:
Aleksey Kladov 2019-01-06 17:37:18 +03:00
parent fd4456d0ec
commit 5b0267ecf7

View file

@ -47,7 +47,8 @@ pub use self::{
name::Name,
ids::{HirFileId, DefId, DefLoc, MacroCallId, MacroCallLoc},
macros::{MacroDef, MacroInput, MacroExpansion},
module::{Module, ModuleId, Problem, nameres::{ItemMap, PerNs, Namespace}, ModuleScope, Resolution},
module_tree::ModuleId,
nameres::{ItemMap, PerNs, Namespace, Resolution},
function::{Function, FnSignature, FnScopes, ScopesWithSyntaxMapping},
adt::{Struct, Enum},
ty::Ty,