ra_db is independent from editor

This commit is contained in:
Aleksey Kladov 2019-01-08 21:00:51 +03:00
parent 0c88360eb4
commit 695294bbb9
7 changed files with 28 additions and 24 deletions

View file

@ -215,7 +215,6 @@ salsa::database_storage! {
}
impl ra_db::SyntaxDatabase {
fn source_file() for ra_db::SourceFileQuery;
fn file_lines() for ra_db::FileLinesQuery;
}
impl db::HirDatabase {
fn hir_source_file() for db::HirSourceFileQuery;