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

Commit

Permalink
Value == u64
Browse files Browse the repository at this point in the history
  • Loading branch information
CAD97 committed Oct 3, 2019
1 parent 74f6cd2 commit 382f373
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 382f373

Please sign in to comment.