diff options
Diffstat (limited to 'crates/ra_hir')
-rw-r--r-- | crates/ra_hir/src/source_binder.rs | 2 |
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 bdb300311..bb638bcb6 100644 --- a/crates/ra_hir/src/source_binder.rs +++ b/crates/ra_hir/src/source_binder.rs | |||
@@ -107,7 +107,7 @@ fn function_from_module(db: &impl HirDatabase, module: Module, fn_def: &ast::FnD | |||
107 | Function { id: ctx.to_def(fn_def) } | 107 | Function { id: ctx.to_def(fn_def) } |
108 | } | 108 | } |
109 | 109 | ||
110 | pub fn function_from_child_node( | 110 | fn function_from_child_node( |
111 | db: &impl HirDatabase, | 111 | db: &impl HirDatabase, |
112 | file_id: FileId, | 112 | file_id: FileId, |
113 | node: &SyntaxNode, | 113 | node: &SyntaxNode, |