fixes and improvements

This commit is contained in:
nmio
2020-02-27 21:52:10 +00:00
parent f1b7349e7a
commit 9391b1c8ce
2 changed files with 50 additions and 24 deletions

View File

@@ -115,7 +115,7 @@ pub fn main_loop(
Ok(workspace) => loaded_workspaces.push(workspace),
Err(e) => {
log::error!("loading workspace failed: {:?}", e);
if let Some(ra_project_model::CargoTomlNotFoundError(_)) = e.downcast_ref()
if let Some(ra_project_model::CargoTomlNoneFoundError(_)) = e.downcast_ref()
{
if !feature_flags.get("notifications.cargo-toml-not-found") {
continue;