1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-25 22:49:21 +02:00

Remove mem::uninitialized() (#1090)

This commit is contained in:
Yuki Okushi
2019-09-16 07:52:23 +09:00
committed by GitHub
parent a32573bb58
commit c1f99e0775
4 changed files with 11 additions and 8 deletions

View File

@ -212,7 +212,7 @@ where
pub fn finish(
self,
) -> impl Service<Request = Connect, Response = impl Connection, Error = ConnectError>
+ Clone {
+ Clone {
#[cfg(not(any(feature = "ssl", feature = "rust-tls")))]
{
let connector = TimeoutService::new(