Export SemanticsImpl from ra_ap_hir crate, since it's already exposed via Semantics.deref()

This commit is contained in:
Vincent Esche 2024-02-28 15:55:33 +01:00
parent 0ac05c0527
commit 74531e4d80

View File

@ -93,7 +93,8 @@
diagnostics::*, diagnostics::*,
has_source::HasSource, has_source::HasSource,
semantics::{ semantics::{
DescendPreference, PathResolution, Semantics, SemanticsScope, TypeInfo, VisibleTraits, DescendPreference, PathResolution, Semantics, SemanticsImpl, SemanticsScope, TypeInfo,
VisibleTraits,
}, },
}; };