From 7d47230505f27df8d5887b99bc969ecab6fbd37a Mon Sep 17 00:00:00 2001 From: Thomas Braun <38082993+tbraun96@users.noreply.github.com> Date: Tue, 6 Feb 2024 10:17:08 -0500 Subject: [PATCH] Update lib.rs --- crates/eth-types/src/lib.rs | 1 - 1 file changed, 1 deletion(-) 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;