From c8784809d7826106fab6a8f0750dca71f1403ab7 Mon Sep 17 00:00:00 2001 From: Chloe Martin Date: Tue, 16 Jul 2024 10:53:24 -0400 Subject: [PATCH] remove outdated doc comment --- crates/iota-json-rpc/src/logger.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/crates/iota-json-rpc/src/logger.rs b/crates/iota-json-rpc/src/logger.rs index 9184b94e0b6..22f605d676d 100644 --- a/crates/iota-json-rpc/src/logger.rs +++ b/crates/iota-json-rpc/src/logger.rs @@ -39,9 +39,6 @@ impl std::fmt::Display for TransportProtocol { /// Defines a logger specifically for WebSocket connections with callbacks /// during the RPC request life-cycle. The primary use case for this is to /// collect timings for a larger metrics collection solution. -/// -/// See the [`ServerBuilder::set_logger`](../../jsonrpsee_server/struct. -/// ServerBuilder.html#method.set_logger) for examples. pub trait Logger: Send + Sync + Clone + 'static { /// Intended to carry timestamp of a request, for example /// `std::time::Instant`. How the trait measures time, if at all, is