mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 06:41:48 +00:00
move more stuff to ids
This commit is contained in:
parent
37ed2f35ba
commit
42cc77703b
6 changed files with 183 additions and 185 deletions
|
@ -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,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue