mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 22:54:58 +00:00
internal: Remove unqualified_path completions module
This commit is contained in:
parent
25d133e3b8
commit
16d2e79b50
14 changed files with 464 additions and 421 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
pub(crate) mod attribute;
|
||||
pub(crate) mod dot;
|
||||
pub(crate) mod expr;
|
||||
pub(crate) mod extern_abi;
|
||||
pub(crate) mod flyimport;
|
||||
pub(crate) mod fn_param;
|
||||
|
@ -16,7 +17,7 @@ pub(crate) mod qualified_path;
|
|||
pub(crate) mod record;
|
||||
pub(crate) mod snippet;
|
||||
pub(crate) mod trait_impl;
|
||||
pub(crate) mod unqualified_path;
|
||||
pub(crate) mod r#type;
|
||||
pub(crate) mod use_;
|
||||
pub(crate) mod vis;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue