mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 22:01:37 +00:00
Move Ty accessors to TyExt
This commit is contained in:
parent
002e72a28d
commit
9b4699a9be
14 changed files with 252 additions and 226 deletions
|
@ -12,7 +12,7 @@ use hir::{
|
|||
AssocItem, Crate, Function, HasSource, HirDisplay, ModuleDef,
|
||||
};
|
||||
use hir_def::FunctionId;
|
||||
use hir_ty::TypeWalk;
|
||||
use hir_ty::{TyExt, TypeWalk};
|
||||
use ide::{AnalysisHost, RootDatabase};
|
||||
use ide_db::base_db::{
|
||||
salsa::{self, ParallelDatabase},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue