mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 13:51:31 +00:00
Move PathResolution
This commit is contained in:
parent
7b6716e50e
commit
7d873fcfa1
3 changed files with 18 additions and 19 deletions
|
@ -45,8 +45,7 @@ pub use crate::{
|
|||
StructField, Trait, Type, TypeAlias, TypeParam, Union, VariantDef,
|
||||
},
|
||||
has_source::HasSource,
|
||||
semantics::{original_range, Semantics, SemanticsScope},
|
||||
source_analyzer::PathResolution,
|
||||
semantics::{original_range, PathResolution, Semantics, SemanticsScope},
|
||||
};
|
||||
|
||||
pub use hir_def::{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue