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

@ -1,6 +1,6 @@
use base_db::fixture::WithFixture;
use expect::{expect, Expect};
use hir_expand::{db::AstDatabase, HirFileId, InFile};
use ra_db::fixture::WithFixture;
use rustc_hash::FxHashSet;
use std::sync::Arc;
use stdx::format_to;