mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 06:11:35 +00:00
move hygiene to hir_expand
This commit is contained in:
parent
872ac566bf
commit
ab559f170e
8 changed files with 28 additions and 29 deletions
|
@ -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::{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue