Skip to content

Commit

Permalink
clippy: large_enum_variant (#4398)
Browse files Browse the repository at this point in the history
  • Loading branch information
brooksprumo authored Jan 10, 2025
1 parent 117ab20 commit dc67bdc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rpc-client-api/src/request.rs
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ impl fmt::Display for RpcResponseErrorData {
}

#[derive(Debug, Error)]
#[allow(clippy::large_enum_variant)]
pub enum RpcError {
#[error("RPC request error: {0}")]
RpcRequestError(String),
Expand Down

0 comments on commit dc67bdc

Please sign in to comment.