fold syntax database into files database

This commit is contained in:
Aleksey Kladov 2019-01-26 11:09:39 +03:00
parent 2f270a51d2
commit be1a005ebd
15 changed files with 24 additions and 32 deletions

View file

@ -9,7 +9,7 @@ mod complete_path;
mod complete_scope;
mod complete_postfix;
use ra_db::SyntaxDatabase;
use ra_db::FilesDatabase;
use crate::{
db,