Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/hir/src/lib.rs')
| -rw-r--r-- | crates/hir/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/hir/src/lib.rs b/crates/hir/src/lib.rs index c91fbce5ea..8b537a1d38 100644 --- a/crates/hir/src/lib.rs +++ b/crates/hir/src/lib.rs @@ -88,7 +88,7 @@ pub use crate::{ UnresolvedModule, UnresolvedProcMacro, }, has_source::HasSource, - semantics::{PathResolution, Semantics, SemanticsScope, TypeInfo}, + semantics::{PathResolution, Semantics, SemanticsScope, TypeInfo, VisibleTraits}, }; // Be careful with these re-exports. |