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

@@ -11,8 +11,8 @@ use std::{ffi::OsString, path::PathBuf};
use flycheck::FlycheckConfig;
use lsp_types::ClientCapabilities;
use project_model::{CargoConfig, ProjectJson, ProjectJsonData, ProjectManifest};
use ra_ide::{AssistConfig, CompletionConfig, HoverConfig, InlayHintsConfig};
use ra_project_model::{CargoConfig, ProjectJson, ProjectJsonData, ProjectManifest};
use serde::Deserialize;
use vfs::AbsPathBuf;