mirror of https://github.com/fafhrd91/actix-web
fix clippy
This commit is contained in:
parent
340feeeff9
commit
9f1c066629
|
@ -71,10 +71,11 @@ pub async fn test_server_with_addr<F: ServiceFactory<TcpStream>>(
|
||||||
.unwrap()
|
.unwrap()
|
||||||
.workers(1)
|
.workers(1)
|
||||||
.disable_signals()
|
.disable_signals()
|
||||||
.start()
|
.start();
|
||||||
});
|
|
||||||
|
|
||||||
tx.send((System::current(), local_addr)).unwrap();
|
tx.send((System::current(), local_addr)).unwrap();
|
||||||
|
});
|
||||||
|
|
||||||
sys.run()
|
sys.run()
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue