add check step
This commit is contained in:
@ -45,7 +45,7 @@ async fn main() {
|
||||
}
|
||||
|
||||
#[allow(clippy::unused_async)]
|
||||
#[allow(clippy::unused)]
|
||||
#[allow(unused)]
|
||||
async fn await_shutdown(rx: mpsc::Receiver<bool>) -> Result<bool, mpsc::RecvError> {
|
||||
rx.recv()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user