Unnamed repository; edit this file 'description' to name the repository.
Export `SemanticsImpl` from `ra_ap_hir` crate, since it's already exposed via `Semantics.deref()`
| -rw-r--r-- | crates/hir/src/lib.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/crates/hir/src/lib.rs b/crates/hir/src/lib.rs index 6f621eb122..ef762e6d35 100644 --- a/crates/hir/src/lib.rs +++ b/crates/hir/src/lib.rs @@ -93,7 +93,8 @@ pub use crate::{ diagnostics::*, has_source::HasSource, semantics::{ - DescendPreference, PathResolution, Semantics, SemanticsScope, TypeInfo, VisibleTraits, + DescendPreference, PathResolution, Semantics, SemanticsImpl, SemanticsScope, TypeInfo, + VisibleTraits, }, }; |