diff --git a/tests/partial_ord_struct.rs b/tests/partial_ord_struct.rs index b84a862..f6cc428 100644 --- a/tests/partial_ord_struct.rs +++ b/tests/partial_ord_struct.rs @@ -550,7 +550,7 @@ fn bound_4() { } #[derive(Educe)] - #[educe(Eq)] + #[educe(PartialOrd)] struct Tuple(T, PhantomData); impl PartialEq for Tuple {