mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 13:51:31 +00:00
Minor cleanup
This commit is contained in:
parent
aa0646be29
commit
fc055281a5
6 changed files with 44 additions and 47 deletions
|
@ -276,7 +276,7 @@ impl RootDatabase {
|
|||
|
||||
self.query(hir::db::ExprScopesQuery).sweep(sweep);
|
||||
self.query(hir::db::InferQuery).sweep(sweep);
|
||||
self.query(hir::db::BodyHirQuery).sweep(sweep);
|
||||
self.query(hir::db::BodyQuery).sweep(sweep);
|
||||
}
|
||||
|
||||
pub(crate) fn per_query_memory_usage(&mut self) -> Vec<(String, Bytes)> {
|
||||
|
@ -333,7 +333,7 @@ impl RootDatabase {
|
|||
hir::db::GenericPredicatesQuery
|
||||
hir::db::GenericDefaultsQuery
|
||||
hir::db::BodyWithSourceMapQuery
|
||||
hir::db::BodyHirQuery
|
||||
hir::db::BodyQuery
|
||||
hir::db::ImplsInCrateQuery
|
||||
hir::db::ImplsForTraitQuery
|
||||
hir::db::AssociatedTyDataQuery
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue