From 1e8569dce9a7259208503a6819d0a93618ddcc45 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Sat, 13 Apr 2019 09:46:39 +0300 Subject: make private --- crates/ra_hir/src/source_binder.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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( } } -pub fn def_with_body_from_child_node( +fn def_with_body_from_child_node( db: &impl HirDatabase, file_id: FileId, node: &SyntaxNode, -- cgit v1.2.3