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;