From 6880b7d376c47e3ef8d10b1d7d102dc5ba0a0c35 Mon Sep 17 00:00:00 2001 From: smatthewenglish Date: Sat, 29 Jun 2024 21:34:05 -0400 Subject: [PATCH] update --- crates/rpc/rpc-builder/src/lib.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/crates/rpc/rpc-builder/src/lib.rs b/crates/rpc/rpc-builder/src/lib.rs index 85345a955e9c..1ddc53689796 100644 --- a/crates/rpc/rpc-builder/src/lib.rs +++ b/crates/rpc/rpc-builder/src/lib.rs @@ -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() ||