diff options
| author | MatthieuCoder <matthieu@matthieu-dev.xyz> | 2023-01-20 19:32:03 +0400 |
|---|---|---|
| committer | MatthieuCoder <matthieu@matthieu-dev.xyz> | 2023-01-20 19:32:03 +0400 |
| commit | 81dff65713ef63cfab918decb9edacb2f32759ef (patch) | |
| tree | 17a883479f87defb80fc8dc5f45e8b0c719da58d /libs/leash/src/lib.rs | |
| parent | a6b9dd778f5a017ba246ec4bd0f679e9539dac02 (diff) | |
new build infrastructure
Diffstat (limited to 'libs/leash/src/lib.rs')
| -rw-r--r-- | libs/leash/src/lib.rs | 2 |
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(); |
