Remove Pow<u64> (accidentally added).
This commit is contained in:
parent
61a6acc9c2
commit
aca8dc8149
|
@ -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) => {
|
||||
|
|
Loading…
Reference in New Issue