move more stuff to ids

This commit is contained in:
Aleksey Kladov 2019-01-02 00:30:00 +03:00
parent 37ed2f35ba
commit 42cc77703b
6 changed files with 183 additions and 185 deletions

View file

@ -1,9 +1,10 @@
use std::sync::Arc;
use ra_db::Cancelable;
use ra_syntax::ast::{self, NameOwner, StructFlavor};
use crate::{
DefId, Cancelable, Name, AsName,
DefId, Name, AsName,
db::HirDatabase,
type_ref::TypeRef,
};