remove comment

This commit is contained in:
Lennart
2024-10-03 19:55:43 +02:00
parent dd3d05907c
commit 4872d67a36

View File

@@ -57,7 +57,6 @@ where
{
type Response = ServiceResponse<B>;
type Error = actix_web::Error;
// type Future = Pin<Box<dyn Future<Output>>>;
type Future = Pin<Box<dyn Future<Output = Result<Self::Response, Self::Error>>>>;
forward_ready!(service);