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

@@ -21,7 +21,7 @@ use crate::{
lsp_utils::{apply_document_changes, is_canceled, notification_is, Progress},
Result,
};
use ra_project_model::ProjectWorkspace;
use project_model::ProjectWorkspace;
use vfs::ChangeKind;
pub fn main_loop(config: Config, connection: Connection) -> Result<()> {