move db basics to ra_db
This should allow to move hir to a separate crate
This commit is contained in:
@@ -9,13 +9,12 @@ use ra_syntax::{
|
||||
SourceFileNode,
|
||||
SyntaxKind::{self, *},
|
||||
};
|
||||
use ra_db::{SyntaxDatabase, SourceRootId};
|
||||
use rayon::prelude::*;
|
||||
|
||||
use crate::{
|
||||
Cancelable,
|
||||
FileId, Query,
|
||||
db::SyntaxDatabase,
|
||||
input::SourceRootId,
|
||||
};
|
||||
|
||||
salsa::query_group! {
|
||||
|
||||
Reference in New Issue
Block a user