diff --git a/evm/src/lib.rs b/evm/src/lib.rs index 1248b3e0..47335db2 100644 --- a/evm/src/lib.rs +++ b/evm/src/lib.rs @@ -2,7 +2,6 @@ #![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;