From 84143426409ac0d62b19d0525ab8900a1ba8692a Mon Sep 17 00:00:00 2001 From: veetaha Date: Sat, 21 Mar 2020 23:36:01 +0200 Subject: fix: typo --- crates/ra_cargo_watch/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/ra_cargo_watch/src/lib.rs') 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 { _ => {} } - // if the send channel was closed, so we want to shutdown + // if the send channel was closed, we want to shutdown message_send.send(CheckEvent::Msg(message)).is_ok() }); -- cgit v1.2.3