move raw_items to hir_def

This commit is contained in:
Aleksey Kladov 2019-10-30 16:12:55 +03:00
parent f996b6019b
commit 16e620c052
26 changed files with 1059 additions and 998 deletions

View file

@ -59,10 +59,7 @@ pub mod from_source;
#[cfg(test)]
mod marks;
use hir_expand::{
ast_id_map::{AstIdMap, FileAstId},
AstId,
};
use hir_expand::AstId;
use crate::{ids::MacroFileKind, name::AsName, resolve::Resolver};