mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-08-30 07:07:32 +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
|
@ -12,9 +12,9 @@ use std::{
|
|||
};
|
||||
|
||||
use anyhow::{bail, Context, Result};
|
||||
use base_db::{CrateGraph, CrateId, CrateName, Edition, Env, FileId};
|
||||
use cfg::CfgOptions;
|
||||
use paths::{AbsPath, AbsPathBuf};
|
||||
use ra_db::{CrateGraph, CrateId, CrateName, Edition, Env, FileId};
|
||||
use rustc_hash::{FxHashMap, FxHashSet};
|
||||
|
||||
use crate::cfg_flag::CfgFlag;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue