diff --git a/bin/reth/src/cli/components.rs b/bin/reth/src/cli/components.rs index 006d4efc44ac..e77eb0356375 100644 --- a/bin/reth/src/cli/components.rs +++ b/bin/reth/src/cli/components.rs @@ -72,7 +72,6 @@ pub trait RethNodeComponents { } } - /// Helper function to encapsulate [RethModuleRegistry] and [TransportRpcModules] /// generic over [RethNodeComponents] pub struct RethRpcComponents<'a, Reth: RethNodeComponents> { @@ -83,7 +82,6 @@ pub struct RethRpcComponents<'a, Reth: RethNodeComponents> { pub modules: &'a mut TransportRpcModules, } - /// A Generic implementation of the RethNodeComponents trait. #[derive(Clone, Debug)] #[allow(missing_docs)]