Remove Pow<u64> (accidentally added).

This commit is contained in:
Clar Charr 2018-02-23 18:03:40 -05:00
parent 61a6acc9c2
commit aca8dc8149
1 changed files with 0 additions and 1 deletions

View File

@ -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) => {