Skip to content

Commit

Permalink
remove outdated doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
DaughterOfMars committed Jul 16, 2024
1 parent 5101785 commit c878480
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions crates/iota-json-rpc/src/logger.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c878480

Please sign in to comment.