Skip to content

Commit

Permalink
fix the bound_4 test case in partial_ord_struct
Browse files Browse the repository at this point in the history
  • Loading branch information
magiclen committed Jun 1, 2024
1 parent 2813ba0 commit 63114a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/partial_ord_struct.rs
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ fn bound_4() {
}

#[derive(Educe)]
#[educe(Eq)]
#[educe(PartialOrd)]
struct Tuple<T, U>(T, PhantomData<U>);

impl<T: PartialEq, U: Suitable> PartialEq for Tuple<T, U> {
Expand Down

0 comments on commit 63114a8

Please sign in to comment.