diff options
Diffstat (limited to 'crates/ra_hir/src/db.rs')
-rw-r--r-- | crates/ra_hir/src/db.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_hir/src/db.rs b/crates/ra_hir/src/db.rs index 8259bd699..73a4cdc5c 100644 --- a/crates/ra_hir/src/db.rs +++ b/crates/ra_hir/src/db.rs | |||
@@ -23,7 +23,7 @@ pub trait HirDatabase: SyntaxDatabase | |||
23 | { | 23 | { |
24 | fn hir_source_file(file_id: HirFileId) -> SourceFileNode { | 24 | fn hir_source_file(file_id: HirFileId) -> SourceFileNode { |
25 | type HirSourceFileQuery; | 25 | type HirSourceFileQuery; |
26 | use fn HirFileId::source_file_query; | 26 | use fn HirFileId::hir_source_file; |
27 | } | 27 | } |
28 | fn expand_macro_invocation(invoc: MacroCallId) -> Option<Arc<MacroExpansion>> { | 28 | fn expand_macro_invocation(invoc: MacroCallId) -> Option<Arc<MacroExpansion>> { |
29 | type ExpandMacroCallQuery; | 29 | type ExpandMacroCallQuery; |