mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-26 20:09:19 +00:00
Mostly restore hir
API boundary
This commit is contained in:
parent
4fe10b7bfe
commit
09219e10f1
7 changed files with 401 additions and 400 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue