mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 22:54:58 +00:00
switch analysis to vfs
This commit is contained in:
parent
815a0e5778
commit
85290bc134
8 changed files with 142 additions and 100 deletions
|
@ -63,8 +63,6 @@ salsa::database_storage! {
|
|||
fn file_text() for ra_db::FileTextQuery;
|
||||
fn file_relative_path() for ra_db::FileRelativePathQuery;
|
||||
fn file_source_root() for ra_db::FileSourceRootQuery;
|
||||
fn source_root_files() for ra_db::SourceRootFilesQuery;
|
||||
fn source_root_file_by_path() for ra_db::SourceRootFileByPathQuery;
|
||||
fn source_root() for ra_db::SourceRootQuery;
|
||||
fn libraries() for ra_db::LibrariesQuery;
|
||||
fn crate_graph() for ra_db::CrateGraphQuery;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue