aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-04-13 07:46:39 +0100
committerAleksey Kladov <[email protected]>2019-04-13 07:46:39 +0100
commit1e8569dce9a7259208503a6819d0a93618ddcc45 (patch)
treee2fee8faee21fd7a7a69576d88a424acde800615
parentd4043a8dbafe6de9517dee760967dd0218bf28b7 (diff)
make private
-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,