From 39c5cc24fa36bcf228469af2e5404a2385b582d2 Mon Sep 17 00:00:00 2001 From: Sidharth Kshatriya Date: Tue, 31 Aug 2021 13:53:59 +0530 Subject: [PATCH] Remove repeated constraint (#294) The constraint for B is repeated. Remove it. --- src/handler/mod.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/handler/mod.rs b/src/handler/mod.rs index 0b00168e..9542b076 100644 --- a/src/handler/mod.rs +++ b/src/handler/mod.rs @@ -316,7 +316,6 @@ macro_rules! impl_handler { Fut: Future + Send, B: Send + 'static, Res: IntoResponse, - B: Send + 'static, $head: FromRequest + Send, $( $tail: FromRequest + Send,)* {