Rename ra_project_model -> project_model

This commit is contained in:
Pavan Kumar Sunkara
2020-08-13 12:05:30 +02:00
parent b5cb16fb90
commit eac24d52e6
18 changed files with 40 additions and 43 deletions

View File

@@ -4,9 +4,9 @@ use std::{path::Path, sync::Arc};
use anyhow::Result;
use crossbeam_channel::{unbounded, Receiver};
use project_model::{CargoConfig, ProcMacroClient, ProjectManifest, ProjectWorkspace};
use ra_db::CrateGraph;
use ra_ide::{AnalysisChange, AnalysisHost};
use ra_project_model::{CargoConfig, ProcMacroClient, ProjectManifest, ProjectWorkspace};
use vfs::{loader::Handle, AbsPath, AbsPathBuf};
use crate::reload::{ProjectFolders, SourceRootConfig};