Skip to content

Commit 74531e4

Browse files
committed
Export SemanticsImpl from ra_ap_hir crate, since it's already exposed via Semantics.deref()
1 parent 0ac05c0 commit 74531e4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

crates/hir/src/lib.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,8 @@ pub use crate::{
9393
diagnostics::*,
9494
has_source::HasSource,
9595
semantics::{
96-
DescendPreference, PathResolution, Semantics, SemanticsScope, TypeInfo, VisibleTraits,
96+
DescendPreference, PathResolution, Semantics, SemanticsImpl, SemanticsScope, TypeInfo,
97+
VisibleTraits,
9798
},
9899
};
99100

0 commit comments

Comments
 (0)