aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir_def/src/nameres/collector.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/ra_hir_def/src/nameres/collector.rs')
-rw-r--r--crates/ra_hir_def/src/nameres/collector.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_hir_def/src/nameres/collector.rs b/crates/ra_hir_def/src/nameres/collector.rs
index ea6ce5f97..c4f6bcd95 100644
--- a/crates/ra_hir_def/src/nameres/collector.rs
+++ b/crates/ra_hir_def/src/nameres/collector.rs
@@ -667,7 +667,7 @@ where
667 let impl_id = 667 let impl_id =
668 ImplLoc { container, ast_id: AstId::new(self.file_id, ast_id) } 668 ImplLoc { container, ast_id: AstId::new(self.file_id, ast_id) }
669 .intern(self.def_collector.db); 669 .intern(self.def_collector.db);
670 self.def_collector.def_map.modules[self.module_id].impls.push(impl_id) 670 self.def_collector.def_map.modules[self.module_id].scope.impls.push(impl_id)
671 } 671 }
672 } 672 }
673 } 673 }