Warning cleanup

This commit is contained in:
Eirik Ogilvie-Wigley
2019-08-16 23:06:18 -06:00
parent fc3dd8198b
commit e12d315ab9
3 changed files with 4 additions and 4 deletions

View File

@@ -163,7 +163,7 @@ mod test {
for length in 0..751 {
for _ in 0..5 {
let mut input: Vec<bool> = (0..length).map(|_| rng.next_u32() % 2 != 0).collect();
let input: Vec<bool> = (0..length).map(|_| rng.next_u32() % 2 != 0).collect();
let mut cs = TestConstraintSystem::<Bls12>::new();