Skip to content

Commit

Permalink
implement all the traits for ˋu64ˋ and ˋi64ˋ
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil-hacker authored and teoxoy committed Jun 22, 2024
1 parent 00888c6 commit 0e79668
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/types/scalar.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ macro_rules! impl_traits_for_pod {
impl_traits_for_pod!(f32);
impl_traits_for_pod!(u32);
impl_traits_for_pod!(i32);
impl_traits_for_pod!(u64);
impl_traits_for_pod!(i64);

macro_rules! impl_traits_for_non_zero_option {
($type:ty) => {
Expand Down

0 comments on commit 0e79668

Please sign in to comment.