Skip to content

Commit

Permalink
fix formatting for clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
andogq committed Aug 12, 2024
1 parent 8bb8e0b commit fe2906c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/builder/handler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
//! There are two primary features that a handler must implement:
//!
//! - Normalisation and registration: The handlers must register themselves against a
//! [`RpcBuilder`] instance in a uniform manner, so any parameters for this handler must be
//! transformed from the parameters provided by the server.
//! [`RpcBuilder`] instance in a uniform manner, so any parameters for this handler must be
//! transformed from the parameters provided by the server.
//!
//! - Type specification: The handlers must emit both the signature of the handler
//! ([`Handler::get_type`]), as well as any dependencies that they rely on
//! ([`Handler::add_dependencies`]).
//! ([`Handler::get_type`]), as well as any dependencies that they rely on
//! ([`Handler::add_dependencies`]).
//!
//! # Handler Erasure
//!
Expand Down

0 comments on commit fe2906c

Please sign in to comment.