mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 12:54:58 +00:00
docs for input queries
This commit is contained in:
parent
d8c6b8d999
commit
bb2bafb606
4 changed files with 51 additions and 18 deletions
|
@ -105,9 +105,6 @@ impl AnalysisHostImpl {
|
|||
self.db
|
||||
.query_mut(ra_db::FileTextQuery)
|
||||
.set(remove_file.file_id, Default::default());
|
||||
self.db
|
||||
.query_mut(ra_db::FileRelativePathQuery)
|
||||
.set(remove_file.file_id, Default::default());
|
||||
source_root.files.remove(&remove_file.path);
|
||||
}
|
||||
self.db
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue