mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 21:05:02 +00:00
expand to syntax node
This commit is contained in:
parent
101b3abfd7
commit
16c7405262
6 changed files with 33 additions and 26 deletions
|
@ -222,7 +222,7 @@ impl RootDatabase {
|
|||
|
||||
self.query(ra_db::ParseQuery).sweep(sweep);
|
||||
|
||||
self.query(hir::db::HirParseQuery).sweep(sweep);
|
||||
self.query(hir::db::ParseOrExpandQuery).sweep(sweep);
|
||||
self.query(hir::db::AstIdMapQuery).sweep(sweep);
|
||||
self.query(hir::db::AstIdToNodeQuery).sweep(sweep);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue