mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 04:44:57 +00:00
internal: Remove unqualified_path completions module
This commit is contained in:
parent
16d2e79b50
commit
0c4e23b8ef
15 changed files with 769 additions and 732 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue