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

@@ -2,8 +2,8 @@
use std::path::PathBuf;
use base_db::{CrateId, CrateName, Dependency, Edition};
use paths::{AbsPath, AbsPathBuf};
use ra_db::{CrateId, CrateName, Dependency, Edition};
use rustc_hash::FxHashMap;
use serde::{de, Deserialize};