mirror of
https://github.com/actix/examples
synced 2025-06-26 17:17:42 +02:00
clippy
This commit is contained in:
@ -59,6 +59,7 @@ impl StopHandle {
|
||||
|
||||
/// Sends stop signal through contained server handle.
|
||||
pub(crate) fn stop(&self, graceful: bool) {
|
||||
#[allow(clippy::let_underscore_future)]
|
||||
let _ = self.inner.lock().as_ref().unwrap().stop(graceful);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user