diff --git a/crates/eth-types/src/lib.rs b/crates/eth-types/src/lib.rs index 382296ac..99daf36d 100644 --- a/crates/eth-types/src/lib.rs +++ b/crates/eth-types/src/lib.rs @@ -1,6 +1,5 @@ // Ensure we're `no_std` when compiling for Wasm. #![cfg_attr(not(feature = "std"), no_std)] -#![feature(slice_pattern)] extern crate alloc;