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

@@ -6,7 +6,7 @@ mod args;
use std::{convert::TryFrom, process};
use lsp_server::Connection;
use ra_project_model::ProjectManifest;
use project_model::ProjectManifest;
use rust_analyzer::{
cli,
config::{Config, LinkedProject},