diff --git a/router/src/matching/horizontal/tuples.rs b/router/src/matching/horizontal/tuples.rs index 0b17135f6..ea3971e87 100644 --- a/router/src/matching/horizontal/tuples.rs +++ b/router/src/matching/horizontal/tuples.rs @@ -4,7 +4,6 @@ macro_rules! tuples { ($first:ident => $($ty:ident),*) => { impl<$first, $($ty),*> PossibleRouteMatch for ($first, $($ty,)*) where - Self: core::fmt::Debug, $first: PossibleRouteMatch, $($ty: PossibleRouteMatch),*, {