aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_cargo_watch/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/ra_cargo_watch/src/lib.rs')
-rw-r--r--crates/ra_cargo_watch/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_cargo_watch/src/lib.rs b/crates/ra_cargo_watch/src/lib.rs
index 35b0cb608..eb8ba4da8 100644
--- a/crates/ra_cargo_watch/src/lib.rs
+++ b/crates/ra_cargo_watch/src/lib.rs
@@ -362,7 +362,7 @@ impl WatchThread {
362 _ => {} 362 _ => {}
363 } 363 }
364 364
365 // if the send channel was closed, so we want to shutdown 365 // if the send channel was closed, we want to shutdown
366 message_send.send(CheckEvent::Msg(message)).is_ok() 366 message_send.send(CheckEvent::Msg(message)).is_ok()
367 }); 367 });
368 368