Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse committed Feb 10, 2025
1 parent a8c20bb commit 2d5372d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions crates/ethereum/reth/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,17 +77,16 @@ pub mod node {
pub use reth_node_ethereum::*;
}


/// Re-exported rpc types
#[cfg(feature = "rpc")]
pub mod rpc {
#[doc(inline)]
pub use reth_rpc::*;

#[doc(inline)]
pub use reth_rpc_builder as builder;
#[doc(inline)]
pub use reth_rpc_api as api;
#[doc(inline)]
pub use reth_rpc_builder as builder;
#[doc(inline)]
pub use reth_rpc_eth_types as eth;
}
}

0 comments on commit 2d5372d

Please sign in to comment.