Skip to content

Commit

Permalink
fix: add missing docs
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDhejavu committed Dec 13, 2024
1 parent bcdfe09 commit 2775cb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/evm/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ use revm_primitives::{BlockEnv, CfgEnvWithHandlerCfg, Env, EnvWithHandlerCfg, Sp

pub mod builder;
pub mod either;
/// EVM environment configuration.
pub mod env;
pub mod execute;
use env::EvmEnv;
Expand Down

0 comments on commit 2775cb9

Please sign in to comment.