internal: Remove unqualified_path completions module

This commit is contained in:
Lukas Wirth 2022-05-05 15:49:03 +02:00
parent 25d133e3b8
commit 16d2e79b50
14 changed files with 464 additions and 421 deletions

View file

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