mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 06:11:35 +00:00
Normalize waiting queries names
This commit is contained in:
parent
d4cea98bc3
commit
9abf0d9659
7 changed files with 26 additions and 31 deletions
|
@ -279,7 +279,7 @@ impl RootDatabase {
|
|||
self.query(hir::db::BodyWithSourceMapQuery).sweep(sweep);
|
||||
|
||||
self.query(hir::db::ExprScopesQuery).sweep(sweep);
|
||||
self.query(hir::db::DoInferQuery).sweep(sweep);
|
||||
self.query(hir::db::InferQueryQuery).sweep(sweep);
|
||||
self.query(hir::db::BodyQuery).sweep(sweep);
|
||||
}
|
||||
|
||||
|
@ -318,7 +318,7 @@ impl RootDatabase {
|
|||
|
||||
// DefDatabase
|
||||
hir::db::RawItemsQuery
|
||||
hir::db::ComputeCrateDefMapQuery
|
||||
hir::db::CrateDefMapQueryQuery
|
||||
hir::db::StructDataQuery
|
||||
hir::db::UnionDataQuery
|
||||
hir::db::EnumDataQuery
|
||||
|
@ -350,7 +350,7 @@ impl RootDatabase {
|
|||
hir::db::InternImplQuery
|
||||
|
||||
// HirDatabase
|
||||
hir::db::DoInferQuery
|
||||
hir::db::InferQueryQuery
|
||||
hir::db::TyQuery
|
||||
hir::db::ValueTyQuery
|
||||
hir::db::ImplSelfTyQuery
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue