mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-07 00:03:10 +00:00
Added let_chains feature gates
- Nightly decided to move this behind a feature gate and caused builds to fail.
This commit is contained in:
parent
4c52d37546
commit
ccc2a56b81
@ -2,6 +2,7 @@
|
|||||||
#![allow(clippy::needless_range_loop)]
|
#![allow(clippy::needless_range_loop)]
|
||||||
#![allow(clippy::too_many_arguments)]
|
#![allow(clippy::too_many_arguments)]
|
||||||
#![allow(clippy::type_complexity)]
|
#![allow(clippy::type_complexity)]
|
||||||
|
#![feature(let_chains)]
|
||||||
#![feature(generic_const_exprs)]
|
#![feature(generic_const_exprs)]
|
||||||
|
|
||||||
pub mod all_stark;
|
pub mod all_stark;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user