Skip to content

Commit

Permalink
PartialEq is not implemented between Value and 128-bit ints
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed May 8, 2024
1 parent fdf99c7 commit 4517c7a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/test.rs
Expand Up @@ -2122,9 +2122,6 @@ fn test_partialeq_number() {
f32::consts::E f32::consts::PI f32::consts::LN_2 f32::consts::LOG2_E
f64::consts::E f64::consts::PI f64::consts::LN_2 f64::consts::LOG2_E
);

#[cfg(feature = "arbitrary_precision")]
number_partialeq_ok!(i128::MIN i128::MAX u128::MIN u128::MAX);
}

#[test]
Expand Down

0 comments on commit 4517c7a

Please sign in to comment.