Skip to content

Commit 206385e

Browse files
committed
clean
1 parent 2b43fa9 commit 206385e

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

  • crates/revmc-runtime/src

crates/revmc-runtime/src/lib.rs

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,3 @@ pub mod revm_evm;
2222

2323
#[cfg(feature = "alloy-evm")]
2424
pub mod alloy_evm;
25-
26-
#[doc(no_inline)]
27-
pub use revm_context_interface as context_interface;
28-
#[doc(no_inline)]
29-
pub use revm_handler as handler;
30-
#[doc(no_inline)]
31-
pub use revm_inspector as inspector;
32-
#[doc(no_inline)]
33-
pub use revm_interpreter::{self as interpreter};
34-
#[doc(no_inline)]
35-
pub use revm_primitives as primitives;
36-
#[doc(no_inline)]
37-
pub use revm_primitives::hardfork::SpecId;

0 commit comments

Comments
 (0)