Skip to content

Commit

Permalink
few fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rakita committed Nov 28, 2024
1 parent d148400 commit d1aadc3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion bins/revme/src/cmd/statetest/runner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ pub fn execute_test_suite(
EthExecution::new(),
EthPostExecution::new(),
),
_error: std::marker::PhantomData,
_error: core::marker::PhantomData,
};

// do the deed
Expand Down
1 change: 0 additions & 1 deletion crates/revm/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#![cfg_attr(not(test), warn(unused_crate_dependencies))]
#![cfg_attr(not(feature = "std"), no_std)]

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

Expand Down

0 comments on commit d1aadc3

Please sign in to comment.