move macro id to ids

This commit is contained in:
Aleksey Kladov 2019-01-02 00:37:36 +03:00
parent 42cc77703b
commit db8d293208
5 changed files with 40 additions and 40 deletions

View file

@ -42,8 +42,8 @@ pub use self::{
path::{Path, PathKind},
name::Name,
krate::Crate,
ids::{HirFileId, DefId, DefLoc},
macros::{MacroDef, MacroInput, MacroExpansion, MacroCallId, MacroCallLoc},
ids::{HirFileId, DefId, DefLoc, MacroCallId, MacroCallLoc},
macros::{MacroDef, MacroInput, MacroExpansion},
module::{Module, ModuleId, Problem, nameres::{ItemMap, PerNs, Namespace}, ModuleScope, Resolution},
function::{Function, FnScopes},
adt::{Struct, Enum},