mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 05:45:12 +00:00
Do not use reference search in runnables::related_tests
This commit is contained in:
parent
0ff380fe17
commit
366499c3be
3 changed files with 48 additions and 42 deletions
|
@ -109,7 +109,7 @@ pub(crate) fn find_all_refs(
|
|||
}
|
||||
}
|
||||
|
||||
fn find_defs<'a>(
|
||||
pub(crate) fn find_defs<'a>(
|
||||
sema: &'a Semantics<RootDatabase>,
|
||||
syntax: &SyntaxNode,
|
||||
offset: TextSize,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue