move hygiene to hir_expand

This commit is contained in:
Aleksey Kladov 2019-10-30 19:10:53 +03:00
parent 872ac566bf
commit ab559f170e
8 changed files with 28 additions and 29 deletions

View file

@ -3,7 +3,8 @@
use rustc_hash::FxHashMap;
use std::sync::Arc;
use hir_def::{attr::Attr, hygiene::Hygiene, type_ref::TypeRef};
use hir_def::{attr::Attr, type_ref::TypeRef};
use hir_expand::hygiene::Hygiene;
use ra_arena::{impl_arena_id, map::ArenaMap, Arena, RawId};
use ra_cfg::CfgOptions;
use ra_syntax::{