mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-13 00:56:14 +00:00
make private
This commit is contained in:
parent
3aae223d93
commit
9ead801a9c
@ -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…
Reference in New Issue
Block a user