docs: fix re-export source comments (#20913)

This commit is contained in:
Crypto Nomad
2026-01-10 16:36:03 +01:00
committed by GitHub
parent 97ae89c7f0
commit 1a94d1f091

View File

@@ -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::*;
}