Draft the module exclusion in modules

This commit is contained in:
Kirill Bulatov 2020-12-28 11:41:08 +02:00
parent 77ad203a71
commit 0e48cd0c3c
3 changed files with 71 additions and 37 deletions

View file

@ -135,7 +135,7 @@ fn fuzzy_completion(acc: &mut Completions, ctx: &CompletionContext) -> Option<()
ctx.krate?,
Some(100),
&potential_import_name,
true,
false,
)
.filter_map(|import_candidate| {
Some(match import_candidate {