internal: Remove unqualified_path completions module

This commit is contained in:
Lukas Wirth 2022-05-05 22:21:42 +02:00
parent 16d2e79b50
commit 0c4e23b8ef
15 changed files with 769 additions and 732 deletions

View file

@ -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.