mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-02-17 20:33:12 +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::too_many_arguments)]
|
||||
#![allow(clippy::type_complexity)]
|
||||
#![feature(let_chains)]
|
||||
#![feature(generic_const_exprs)]
|
||||
|
||||
pub mod all_stark;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user