diff --git a/viz-core/src/middleware/cookie.rs b/viz-core/src/middleware/cookie.rs index a9f9daf5..a75489a6 100644 --- a/viz-core/src/middleware/cookie.rs +++ b/viz-core/src/middleware/cookie.rs @@ -83,7 +83,7 @@ impl fmt::Debug for CookieMiddleware { impl Handler for CookieMiddleware where H: Handler>, - O: IntoResponse + 'static, + O: IntoResponse, { type Output = Result;