Skip to content

Commit

Permalink
rm std check
Browse files Browse the repository at this point in the history
  • Loading branch information
rakita committed Oct 8, 2024
1 parent f07feaa commit 6fca070
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions crates/wiring/transaction/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
#![cfg_attr(not(test), warn(unused_crate_dependencies))]
#![cfg_attr(not(feature = "std"), no_std)]

#[cfg(not(feature = "std"))]
extern crate alloc as std;

mod access_list;
mod common;
pub mod eip1559;
Expand Down

0 comments on commit 6fca070

Please sign in to comment.