Mostly restore hir API boundary

This commit is contained in:
Jonas Schievink
2022-01-12 19:56:47 +01:00
parent 4fe10b7bfe
commit 09219e10f1
7 changed files with 401 additions and 400 deletions

View File

@@ -66,8 +66,7 @@ use ide_db::{
salsa::{self, ParallelDatabase},
Env, FileLoader, FileSet, SourceDatabase, VfsPath,
},
symbol_index::{self, FileSymbol},
LineIndexDatabase,
symbol_index, LineIndexDatabase,
};
use syntax::SourceFile;