Move trait_impl completion analysis into CompletionContext

This commit is contained in:
Lukas Wirth 2022-06-03 19:48:55 +02:00
parent 2a60b8452e
commit 98c0578f15
5 changed files with 187 additions and 184 deletions

View file

@ -16,7 +16,6 @@ pub(crate) mod pattern;
pub(crate) mod postfix;
pub(crate) mod record;
pub(crate) mod snippet;
pub(crate) mod trait_impl;
pub(crate) mod r#type;
pub(crate) mod use_;
pub(crate) mod vis;