diff --git a/crates/engine/service/src/service.rs b/crates/engine/service/src/service.rs index b564eb4ea205..81c5ca5ad79a 100644 --- a/crates/engine/service/src/service.rs +++ b/crates/engine/service/src/service.rs @@ -52,6 +52,9 @@ type EngineServiceType = ChainOrchestrator< /// The type that drives the chain forward and communicates progress. #[pin_project] #[allow(missing_debug_implementations)] +// TODO(mattsse): remove hidde once fixed : +// otherwise rustdoc fails to resolve the alias +#[doc(hidden)] pub struct EngineService where N: EngineNodeTypes,