mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 22:31:43 +00:00
remove forward pointer to Path
This commit is contained in:
parent
f8ddef875a
commit
e564334320
12 changed files with 27 additions and 20 deletions
|
@ -7,7 +7,7 @@
|
|||
//! purely for "IDE needs".
|
||||
use std::sync::Arc;
|
||||
|
||||
use hir_def::name::AsName;
|
||||
use hir_def::{name::AsName, path::known};
|
||||
use ra_db::FileId;
|
||||
use ra_syntax::{
|
||||
ast::{self, AstNode},
|
||||
|
@ -25,7 +25,6 @@ use crate::{
|
|||
BodySourceMap,
|
||||
},
|
||||
ids::LocationCtx,
|
||||
path::known,
|
||||
resolve::{ScopeDef, TypeNs, ValueNs},
|
||||
ty::method_resolution::implements_trait,
|
||||
Const, DefWithBody, Either, Enum, FromSource, Function, HasBody, HirFileId, MacroDef, Module,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue