Rename ra_ide -> ide

This commit is contained in:
Aleksey Kladov
2020-08-13 17:42:52 +02:00
parent fc34403018
commit 1b0c7701cc
96 changed files with 122 additions and 125 deletions

View File

@@ -1,8 +1,8 @@
//! See `CargoTargetSpec`
use cfg::CfgExpr;
use ide::{FileId, RunnableKind, TestId};
use project_model::{self, TargetKind};
use ra_ide::{FileId, RunnableKind, TestId};
use vfs::AbsPathBuf;
use crate::{global_state::GlobalStateSnapshot, Result};