Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Commit

Permalink
Merge pull request #139 from CAD97/patch-2
Browse files Browse the repository at this point in the history
Value == u64
  • Loading branch information
dtolnay committed Oct 3, 2019
2 parents 74f6cd2 + 382f373 commit 4428cac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/value/partial_eq.rs
Expand Up @@ -130,6 +130,6 @@ macro_rules! partialeq_numeric {

partialeq_numeric! {
[i8 i16 i32 i64 isize], as_i64, i64
[u8 u16 u32 usize], as_i64, i64
[u8 u16 u32 u64 usize], as_u64, u64
[f32 f64], as_f64, f64
}

0 comments on commit 4428cac

Please sign in to comment.