This commit is contained in:
Nicholas Ward 2023-02-16 11:55:12 -08:00
parent 1100445d9c
commit 3662e41df7

View File

@ -278,7 +278,7 @@ where
Ok(())
}
fn test_mul_bignum<F>(prepare_two_bignums_fn: &F: &F) -> Result<()>
fn test_mul_bignum<F>(prepare_two_bignums_fn: &F) -> Result<()>
where
F: Fn(usize) -> (BigUint, BigUint, U256, Vec<U256>),
{