use tabs
This commit is contained in:
parent
ac7d9f5c3b
commit
91b378aa43
@ -24,11 +24,11 @@ macro_rules! impl_wide_mul {
|
|||||||
}
|
}
|
||||||
|
|
||||||
macro_rules! impl_wide_mul_all {
|
macro_rules! impl_wide_mul_all {
|
||||||
($(($x:expr, $y:expr)),*) => {
|
($(($x:expr, $y:expr)),*) => {
|
||||||
$(
|
$(
|
||||||
impl_wide_mul!($x, $y);
|
impl_wide_mul!($x, $y);
|
||||||
)*
|
)*
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
//const generics sidestepped wahoo
|
//const generics sidestepped wahoo
|
||||||
|
Loading…
Reference in New Issue
Block a user