mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 06:41:48 +00:00
Rename ra_db -> base_db
This commit is contained in:
parent
902f74c269
commit
ed20a857f4
111 changed files with 183 additions and 183 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue