summaryrefslogtreecommitdiff
path: root/libs/leash/src/lib.rs
diff options
context:
space:
mode:
authorMatthieuCoder <matthieu@matthieu-dev.xyz>2023-01-20 19:32:03 +0400
committerMatthieuCoder <matthieu@matthieu-dev.xyz>2023-01-20 19:32:03 +0400
commit81dff65713ef63cfab918decb9edacb2f32759ef (patch)
tree17a883479f87defb80fc8dc5f45e8b0c719da58d /libs/leash/src/lib.rs
parenta6b9dd778f5a017ba246ec4bd0f679e9539dac02 (diff)
new build infrastructure
Diffstat (limited to 'libs/leash/src/lib.rs')
-rw-r--r--libs/leash/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/leash/src/lib.rs b/libs/leash/src/lib.rs
index f3c9472..d45d6c8 100644
--- a/libs/leash/src/lib.rs
+++ b/libs/leash/src/lib.rs
@@ -133,7 +133,7 @@ where
.recv()
.await;
#[cfg(not(unix))]
- return tokio::signal::ctrl_c().await.unwrap();
+ tokio::signal::ctrl_c().await.unwrap();
stop.send(()).unwrap();
shutdown_tracer_provider();