diff --git a/evm/src/lib.rs b/evm/src/lib.rs index bd8ca5f3..e0f04e04 100644 --- a/evm/src/lib.rs +++ b/evm/src/lib.rs @@ -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)]