mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-03 23:25:03 +00:00
rename FilesDatabase -> SourceDatabase
This commit is contained in:
parent
3223de5976
commit
4711cbcace
17 changed files with 27 additions and 25 deletions
|
@ -4,7 +4,7 @@ use hir::{
|
|||
self, Problem, source_binder
|
||||
};
|
||||
use ra_db::{
|
||||
FilesDatabase, SourceRoot, SourceRootId,
|
||||
SourceDatabase, SourceRoot, SourceRootId,
|
||||
salsa::{Database, SweepStrategy},
|
||||
};
|
||||
use ra_ide_api_light::{self, assists, LocalEdit, Severity};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue