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
25d133e3b8
commit
16d2e79b50
14 changed files with 464 additions and 421 deletions
|
@ -10,6 +10,7 @@
|
|||
|
||||
mod attribute;
|
||||
mod expression;
|
||||
mod flyimport;
|
||||
mod fn_param;
|
||||
mod item_list;
|
||||
mod item;
|
||||
|
@ -17,10 +18,10 @@ mod pattern;
|
|||
mod predicate;
|
||||
mod proc_macros;
|
||||
mod record;
|
||||
mod special;
|
||||
mod type_pos;
|
||||
mod use_tree;
|
||||
mod visibility;
|
||||
mod flyimport;
|
||||
|
||||
use std::mem;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue