Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/ide/src/references.rs')
-rw-r--r--crates/ide/src/references.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ide/src/references.rs b/crates/ide/src/references.rs
index 8c3e380b76..0e3b73d235 100644
--- a/crates/ide/src/references.rs
+++ b/crates/ide/src/references.rs
@@ -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,