Rename ra_db -> base_db

This commit is contained in:
Aleksey Kladov 2020-08-13 16:25:38 +02:00
parent 902f74c269
commit ed20a857f4
111 changed files with 183 additions and 183 deletions

View file

@ -4,10 +4,10 @@ use crate::{
MacroDefId, MacroDefKind, TextSize,
};
use base_db::FileId;
use either::Either;
use mbe::parse_to_token_tree;
use parser::FragmentKind;
use ra_db::FileId;
use syntax::ast::{self, AstToken, HasStringValue};
macro_rules! register_builtin {
@ -426,7 +426,7 @@ mod tests {
name::AsName, test_db::TestDB, AstNode, EagerCallLoc, MacroCallId, MacroCallKind,
MacroCallLoc,
};
use ra_db::{fixture::WithFixture, SourceDatabase};
use base_db::{fixture::WithFixture, SourceDatabase};
use std::sync::Arc;
use syntax::ast::NameOwner;