Use pin-project-lite instead of pin-project (#95)

This commit is contained in:
Sunli
2021-08-03 09:33:00 +02:00
committed by GitHub
parent ba74787532
commit be68227d73
12 changed files with 268 additions and 236 deletions
+1 -1
View File
@@ -444,7 +444,7 @@ where
let res = Handler::call(handler, req).await;
Ok(res)
});
future::IntoServiceFuture(future)
future::IntoServiceFuture { future }
}
}