make private

This commit is contained in:
Aleksey Kladov 2019-04-13 09:46:39 +03:00
parent d4043a8dba
commit 1e8569dce9

View File

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