1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-26 15:07:43 +02:00

clippy run on -tls

This commit is contained in:
Rob Ede
2023-04-01 05:24:00 +01:00
parent c60d2f9ddb
commit c6ebbcf21b
5 changed files with 12 additions and 10 deletions

View File

@ -117,7 +117,7 @@ impl TestServerHandle {
/// Stop server.
fn stop(&mut self) {
let _ = self.server_handle.stop(false);
drop(self.server_handle.stop(false));
self.thread_handle.take().unwrap().join().unwrap().unwrap();
}

View File

@ -1,3 +1,5 @@
#![allow(clippy::let_underscore_future)]
use std::{
net,
sync::{