Better API factoring around self access modes

This commit is contained in:
Aleksey Kladov 2020-08-19 17:02:50 +02:00
parent 73f4fcbd0f
commit 61754678fb
4 changed files with 30 additions and 56 deletions

View file

@ -38,7 +38,7 @@ pub use crate::{
ScopeDef, Static, Struct, Trait, Type, TypeAlias, TypeParam, Union, VariantDef, Visibility,
},
has_source::HasSource,
semantics::{original_range, PathResolution, SelfKind, Semantics, SemanticsScope},
semantics::{original_range, PathResolution, Semantics, SemanticsScope},
};
pub use hir_def::{