mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-03 07:04:49 +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
|
@ -292,8 +292,8 @@ fn find_local_import_locations(
|
|||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use base_db::fixture::WithFixture;
|
||||
use hir_expand::hygiene::Hygiene;
|
||||
use ra_db::fixture::WithFixture;
|
||||
use syntax::ast::AstNode;
|
||||
use test_utils::mark;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue