mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 22:31:43 +00:00
Draft the module exclusion in modules
This commit is contained in:
parent
77ad203a71
commit
0e48cd0c3c
3 changed files with 71 additions and 37 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue