mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 04:19:13 +00:00
fold syntax database into files database
This commit is contained in:
parent
2f270a51d2
commit
be1a005ebd
15 changed files with 24 additions and 32 deletions
|
@ -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::*;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue