Do not use reference search in runnables::related_tests

This commit is contained in:
Lukas Wirth 2021-11-16 21:32:02 +01:00
parent 0ff380fe17
commit 366499c3be
3 changed files with 48 additions and 42 deletions

View file

@ -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,