rename FilesDatabase -> SourceDatabase

This commit is contained in:
Aleksey Kladov 2019-01-26 11:20:30 +03:00
parent 3223de5976
commit 4711cbcace
17 changed files with 27 additions and 25 deletions

View file

@ -34,7 +34,7 @@ use ra_syntax::{
ast::{self, NameOwner},
};
use ra_db::{
SourceRootId, FilesDatabase,
SourceRootId, SourceDatabase,
salsa::{self, ParallelDatabase},
};
use rayon::prelude::*;