From fdc34fc296ec468442ae14ad17e7d43800d05c23 Mon Sep 17 00:00:00 2001 From: Dominic Date: Sun, 19 Apr 2020 20:49:47 +0200 Subject: [PATCH] remove weird useless constraint --- gotham_restful/src/result.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gotham_restful/src/result.rs b/gotham_restful/src/result.rs index 06d5fa2..7e5bdd9 100644 --- a/gotham_restful/src/result.rs +++ b/gotham_restful/src/result.rs @@ -185,8 +185,7 @@ where impl ResourceResult for Pin + Send>> where - Res : ResourceResult + 'static, - dyn Future> : Send + Res : ResourceResult + 'static { type Err = Res::Err;