diff options
Diffstat (limited to 'crates/ra_ide_db/src')
-rw-r--r-- | crates/ra_ide_db/src/change.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_ide_db/src/change.rs b/crates/ra_ide_db/src/change.rs index a95f6c13c..b507000f2 100644 --- a/crates/ra_ide_db/src/change.rs +++ b/crates/ra_ide_db/src/change.rs | |||
@@ -199,7 +199,7 @@ impl RootDatabase { | |||
199 | hir::db::InternEagerExpansionQuery | 199 | hir::db::InternEagerExpansionQuery |
200 | 200 | ||
201 | // DefDatabase | 201 | // DefDatabase |
202 | hir::db::RawItemsQuery | 202 | hir::db::ItemTreeQuery |
203 | hir::db::CrateDefMapQueryQuery | 203 | hir::db::CrateDefMapQueryQuery |
204 | hir::db::StructDataQuery | 204 | hir::db::StructDataQuery |
205 | hir::db::UnionDataQuery | 205 | hir::db::UnionDataQuery |