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

@ -13,7 +13,6 @@ pub(crate) mod lifetime;
pub(crate) mod mod_;
pub(crate) mod pattern;
pub(crate) mod postfix;
pub(crate) mod qualified_path;
pub(crate) mod record;
pub(crate) mod snippet;
pub(crate) mod trait_impl;