Remove a restriction I added when I was confused

Signed-off-by: Erik Hollensbe <linux@hollensbe.org>
This commit is contained in:
Erik Hollensbe
2022-01-19 17:15:51 -08:00
parent 474a686f71
commit c68b717d25
+1 -1
View File
@@ -31,7 +31,7 @@ where
}
}
#[async_recursion(?Send)]
#[async_recursion]
pub async fn perform(
&self,
req: Request<hyper::Body>,