lint warn fix

This commit is contained in:
nmio 2020-02-29 13:14:31 +00:00
parent e15424c1b7
commit b9fbb3da17

View file

@ -116,10 +116,8 @@ pub fn main_loop(
Err(e) => { Err(e) => {
log::error!("loading workspace failed: {:?}", e); log::error!("loading workspace failed: {:?}", e);
if let Some(ra_project_model::CargoTomlNotFoundError { if let Some(ra_project_model::CargoTomlNotFoundError { .. }) =
searched_at: _, e.downcast_ref()
reason: _,
}) = e.downcast_ref()
{ {
if !feature_flags.get("notifications.cargo-toml-not-found") { if !feature_flags.get("notifications.cargo-toml-not-found") {
continue; continue;