mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 05:15:04 +00:00
parent
fe00358888
commit
0b3d0cde8b
16 changed files with 84 additions and 24 deletions
|
@ -187,7 +187,7 @@ pub fn resolve_completion_edits(
|
|||
current_crate,
|
||||
NameToImport::Exact(imported_name),
|
||||
items_locator::AssocItemSearch::Include,
|
||||
Some(items_locator::DEFAULT_QUERY_SEARCH_LIMIT),
|
||||
Some(items_locator::DEFAULT_QUERY_SEARCH_LIMIT.inner()),
|
||||
)
|
||||
.filter_map(|candidate| {
|
||||
current_module
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue