fold syntax database into files database
This commit is contained in:
@@ -34,7 +34,7 @@ use std::{fmt, sync::Arc};
|
||||
use ra_syntax::{SourceFile, TreeArc, TextRange, TextUnit};
|
||||
use ra_text_edit::TextEdit;
|
||||
use ra_db::{
|
||||
SyntaxDatabase, FilesDatabase, BaseDatabase,
|
||||
FilesDatabase, CheckCanceled,
|
||||
salsa::{self, ParallelDatabase},
|
||||
};
|
||||
use rayon::prelude::*;
|
||||
|
||||
Reference in New Issue
Block a user