mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-05 07:13:08 +00:00
moved back haha
This commit is contained in:
parent
9c6e650916
commit
85d84a130f
@ -100,7 +100,6 @@ mod tests {
|
||||
|
||||
let default = vec![F::ONE; 1];
|
||||
|
||||
#[allow(clippy::needless_range_loop)]
|
||||
let mut cpu_trace_rows = vec![];
|
||||
for i in 0..cpu_rows {
|
||||
let mut cpu_trace_row = [F::ZERO; CpuStark::<F, D>::COLUMNS];
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
#![allow(incomplete_features)]
|
||||
#![allow(clippy::needless_range_loop)]
|
||||
#![allow(clippy::too_many_arguments)]
|
||||
#![allow(clippy::type_complexity)]
|
||||
#![feature(generic_const_exprs)]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user