Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
smatthewenglish committed Jun 30, 2024
1 parent c9ab2ff commit 6880b7d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/rpc/rpc-builder/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1248,8 +1248,6 @@ impl RpcServerConfig {
}

/// Returns true if any server is configured.
///
/// If no server is configured, no server will be launched on [`RpcServerConfig::start`].
pub const fn has_server(&self) -> bool {
self.http_server_config.is_some() ||
self.ws_server_config.is_some() ||
Expand Down

0 comments on commit 6880b7d

Please sign in to comment.