diff --git a/dfdx-core/src/tensor_ops/concat_tensor_along/mod.rs b/dfdx-core/src/tensor_ops/concat_tensor_along/mod.rs index 8e980739..393f1976 100644 --- a/dfdx-core/src/tensor_ops/concat_tensor_along/mod.rs +++ b/dfdx-core/src/tensor_ops/concat_tensor_along/mod.rs @@ -86,7 +86,6 @@ where A: Shape + HasAxes, B: Shape + HasAxes, (A, B): TryConcatShapeAlong, - <(A, B) as TryConcatShapeAlong>::Output: Shape, T: Merge, { type Output = Tensor<<(A, B) as TryConcatShapeAlong>::Output, E, D, T>;