Skip to content

Commit

Permalink
add imports to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Rjected committed Feb 23, 2024
1 parent a1246bb commit 98dbc7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/revm/src/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ impl<'a, EXT, DB: Database> EvmBuilder<'a, HandlerStage, EXT, DB> {
///
/// # Example
/// ```rust
///
/// use revm::{EvmBuilder, Handler, primitives::{SpecId, HandlerCfg}};
/// let builder = EvmBuilder::default();
/// // set up empty handler cfg
/// let handler = HandlerCfg::new(SpecId::LATEST);
Expand Down

0 comments on commit 98dbc7e

Please sign in to comment.