Skip to content

Commit

Permalink
hide engineservice docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse committed Jan 14, 2025
1 parent 990cc33 commit 71a485c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions crates/engine/service/src/service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ type EngineServiceType<N, Client> = ChainOrchestrator<
/// The type that drives the chain forward and communicates progress.
#[pin_project]
#[allow(missing_debug_implementations)]
// TODO(mattsse): remove hidde once fixed : <https://github.com/rust-lang/rust/issues/135363>
// otherwise rustdoc fails to resolve the alias
#[doc(hidden)]
pub struct EngineService<N, Client, E>
where
N: EngineNodeTypes,
Expand Down

0 comments on commit 71a485c

Please sign in to comment.