aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--crates/ra_hir/src/source_binder.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_hir/src/source_binder.rs b/crates/ra_hir/src/source_binder.rs
index 67bf2de89..1c9e9320d 100644
--- a/crates/ra_hir/src/source_binder.rs
+++ b/crates/ra_hir/src/source_binder.rs
@@ -166,7 +166,7 @@ fn try_get_resolver_for_node(
166 } 166 }
167} 167}
168 168
169pub fn def_with_body_from_child_node( 169fn def_with_body_from_child_node(
170 db: &impl HirDatabase, 170 db: &impl HirDatabase,
171 file_id: FileId, 171 file_id: FileId,
172 node: &SyntaxNode, 172 node: &SyntaxNode,