mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 14:51:48 +00:00
remove forward pointer for type_ref
This commit is contained in:
parent
e564334320
commit
e5300ad3ba
14 changed files with 27 additions and 24 deletions
|
@ -3,6 +3,7 @@
|
|||
use hir_def::{
|
||||
name::{self, AsName, Name},
|
||||
path::GenericArgs,
|
||||
type_ref::TypeRef,
|
||||
};
|
||||
use ra_arena::Arena;
|
||||
use ra_syntax::{
|
||||
|
@ -17,7 +18,6 @@ use test_utils::tested_by;
|
|||
use crate::{
|
||||
db::HirDatabase,
|
||||
ty::primitive::{FloatTy, IntTy, UncertainFloatTy, UncertainIntTy},
|
||||
type_ref::TypeRef,
|
||||
AstId, DefWithBody, Either, HirFileId, MacroCallLoc, MacroFileKind, Mutability, Path, Resolver,
|
||||
Source,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue