Browse Source

Remove Pow<u64> (accidentally added).

Clar Charr 7 years ago
parent
commit
aca8dc8149
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/pow.rs

+ 0 - 1
src/pow.rs

@@ -23,7 +23,6 @@ macro_rules! pow_impl {
         pow_impl!($t, u8);
         pow_impl!($t, u16);
         pow_impl!($t, u32);
-        pow_impl!($t, u64);
         pow_impl!($t, usize);
     };
     ($t:ty, $rhs:ty) => {