mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-03 07:04:49 +00:00
remove FnId
This commit is contained in:
parent
efb63a7666
commit
dddbac6877
7 changed files with 26 additions and 45 deletions
|
@ -122,9 +122,6 @@ impl AnalysisHostImpl {
|
|||
self.db
|
||||
.query(ra_db::SourceFileQuery)
|
||||
.sweep(salsa::SweepStrategy::default().discard_values());
|
||||
self.db
|
||||
.query(hir::db::FnSyntaxQuery)
|
||||
.sweep(salsa::SweepStrategy::default().discard_values());
|
||||
self.db
|
||||
.query(hir::db::SourceFileItemsQuery)
|
||||
.sweep(salsa::SweepStrategy::default().discard_values());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue