mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 04:44:57 +00:00
Merge the two autoref vecs into one in autoderef_method_receiver
This commit is contained in:
parent
9e5fa74279
commit
29a4453d55
2 changed files with 20 additions and 21 deletions
|
@ -3376,7 +3376,7 @@ impl Type {
|
|||
scope: &SemanticsScope<'_>,
|
||||
with_local_impls: Option<Module>,
|
||||
name: Option<&Name>,
|
||||
mut callback: impl FnMut(Function) -> Option<T>,
|
||||
callback: impl FnMut(Function) -> Option<T>,
|
||||
) -> Option<T> {
|
||||
self.iterate_method_candidates_with_traits(
|
||||
db,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue