mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-08 03:01:12 -04:00
docs: fix re-export source comments (#20913)
This commit is contained in:
@@ -24,12 +24,12 @@ pub mod primitives {
|
||||
|
||||
/// Re-export of `reth_rpc_*` crates.
|
||||
pub mod rpc {
|
||||
/// Re-exported from `reth_rpc::rpc`.
|
||||
/// Re-exported from `reth_rpc_server_types::result`.
|
||||
pub mod result {
|
||||
pub use reth_rpc_server_types::result::*;
|
||||
}
|
||||
|
||||
/// Re-exported from `reth_rpc::eth`.
|
||||
/// Re-exported from `reth_rpc_convert`.
|
||||
pub mod compat {
|
||||
pub use reth_rpc_convert::*;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user