Move PathResolution

This commit is contained in:
Aleksey Kladov 2020-03-05 11:08:31 +01:00
parent 7b6716e50e
commit 7d873fcfa1
3 changed files with 18 additions and 19 deletions

View file

@ -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::{