diff options
author | Seivan Heidari <[email protected]> | 2019-11-12 18:04:54 +0000 |
---|---|---|
committer | Seivan Heidari <[email protected]> | 2019-11-12 18:04:54 +0000 |
commit | 0525778a3ad590492b51cc11085d815f9bb8f92b (patch) | |
tree | 56096932b19861ab86c9564717f88cf7cd86d023 /crates/ra_ide_api | |
parent | 11755f3eff87cd8ee0af7961377e0ae3ffea5050 (diff) | |
parent | 3322d65addd9ec61b8c5bc055803f6549946da8b (diff) |
Merge branch 'master' of https://github.com/rust-analyzer/rust-analyzer into feature/themes
Diffstat (limited to 'crates/ra_ide_api')
-rw-r--r-- | crates/ra_ide_api/src/change.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/ra_ide_api/src/change.rs b/crates/ra_ide_api/src/change.rs index 4416421ae..010b45141 100644 --- a/crates/ra_ide_api/src/change.rs +++ b/crates/ra_ide_api/src/change.rs | |||
@@ -276,7 +276,7 @@ impl RootDatabase { | |||
276 | 276 | ||
277 | self.query(hir::db::ExprScopesQuery).sweep(sweep); | 277 | self.query(hir::db::ExprScopesQuery).sweep(sweep); |
278 | self.query(hir::db::InferQuery).sweep(sweep); | 278 | self.query(hir::db::InferQuery).sweep(sweep); |
279 | self.query(hir::db::BodyHirQuery).sweep(sweep); | 279 | self.query(hir::db::BodyQuery).sweep(sweep); |
280 | } | 280 | } |
281 | 281 | ||
282 | pub(crate) fn per_query_memory_usage(&mut self) -> Vec<(String, Bytes)> { | 282 | pub(crate) fn per_query_memory_usage(&mut self) -> Vec<(String, Bytes)> { |
@@ -333,7 +333,7 @@ impl RootDatabase { | |||
333 | hir::db::GenericPredicatesQuery | 333 | hir::db::GenericPredicatesQuery |
334 | hir::db::GenericDefaultsQuery | 334 | hir::db::GenericDefaultsQuery |
335 | hir::db::BodyWithSourceMapQuery | 335 | hir::db::BodyWithSourceMapQuery |
336 | hir::db::BodyHirQuery | 336 | hir::db::BodyQuery |
337 | hir::db::ImplsInCrateQuery | 337 | hir::db::ImplsInCrateQuery |
338 | hir::db::ImplsForTraitQuery | 338 | hir::db::ImplsForTraitQuery |
339 | hir::db::AssociatedTyDataQuery | 339 | hir::db::AssociatedTyDataQuery |