cargo fix --edition for bellman

This commit is contained in:
Eirik Ogilvie-Wigley
2019-08-16 22:58:05 -06:00
parent e59738b4ee
commit 4991e53f48
7 changed files with 18 additions and 18 deletions

View File

@@ -401,7 +401,7 @@ mod test {
]);
for _ in 0..1000 {
let mut v = (0..32)
let v = (0..32)
.map(|_| Boolean::constant(rng.next_u32() % 2 != 0))
.collect::<Vec<_>>();
@@ -436,7 +436,7 @@ mod test {
]);
for _ in 0..1000 {
let mut v = (0..32)
let v = (0..32)
.map(|_| Boolean::constant(rng.next_u32() % 2 != 0))
.collect::<Vec<_>>();