Skip to content

Commit

Permalink
clean up docs lints
Browse files Browse the repository at this point in the history
  • Loading branch information
ralexstokes committed May 12, 2024
1 parent c06d555 commit 93ff3f3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions mev-boost-rs/src/service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ impl Service {
Self { host: config.host, port: config.port, relays, network, config }
}

/// Spawns a new [`RelayMux`] and [`BlindedBlockProviderServer`] task
pub fn spawn(self) -> Result<ServiceHandle, Error> {
let Self { host, port, relays, network, config } = self;

Expand Down Expand Up @@ -75,9 +74,6 @@ impl Service {
}
}

/// Contains the handles to spawned [`RelayMux`] and [`BlindedBlockProviderServer`] tasks
///
/// This struct is created by the [`Service::spawn`] function
#[pin_project::pin_project]
pub struct ServiceHandle {
#[pin]
Expand Down

0 comments on commit 93ff3f3

Please sign in to comment.