Explorar el Código

Remove Pow<u64> (accidentally added).

Clar Charr hace 7 años
padre
commit
aca8dc8149
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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) => {