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