make private
This commit is contained in:
parent
3aae223d93
commit
9ead801a9c
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ fn function_from_module(db: &impl HirDatabase, module: Module, fn_def: &ast::FnD
|
|||
Function { id: ctx.to_def(fn_def) }
|
||||
}
|
||||
|
||||
pub fn function_from_child_node(
|
||||
fn function_from_child_node(
|
||||
db: &impl HirDatabase,
|
||||
file_id: FileId,
|
||||
node: &SyntaxNode,
|
||||
|
|
Loading…
Add table
Reference in a new issue