aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_cargo_watch/src/lib.rs
diff options
context:
space:
mode:
authorveetaha <[email protected]>2020-03-21 21:36:01 +0000
committerveetaha <[email protected]>2020-03-21 21:37:15 +0000
commit84143426409ac0d62b19d0525ab8900a1ba8692a (patch)
treee97912484e20f26178cf59978e66d955fcb27a38 /crates/ra_cargo_watch/src/lib.rs
parentce73c43848aa394530693967b8a6e9343f7b99b8 (diff)
fix: typo
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