fix lints
This commit is contained in:
@ -71,8 +71,8 @@ async fn shutdown_signal(rx: mpsc::Receiver<bool>) {
|
||||
let terminate = std::future::pending::<()>();
|
||||
|
||||
tokio::select! {
|
||||
_ = ctrl_c => {},
|
||||
_ = terminate => {},
|
||||
() = ctrl_c => {},
|
||||
() = terminate => {},
|
||||
_ = endpoint => {},
|
||||
}
|
||||
info!("Shutting server down gracefully...");
|
||||
|
||||
Reference in New Issue
Block a user