mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 12:29:21 +00:00
Merge assoc_items_only
and exclude_import_kinds
into assoc_mode
This commit is contained in:
parent
97b725e269
commit
8cd4e9f7ec
5 changed files with 49 additions and 143 deletions
|
@ -231,7 +231,7 @@ pub fn resolve_completion_edits(
|
|||
&sema,
|
||||
current_crate,
|
||||
NameToImport::exact_case_sensitive(imported_name),
|
||||
items_locator::AssocItemSearch::Include,
|
||||
items_locator::AssocSearchMode::Include,
|
||||
Some(items_locator::DEFAULT_QUERY_SEARCH_LIMIT.inner()),
|
||||
);
|
||||
let import = items_with_name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue