From fe44b4829facbdb3670f34d2d376c1d38a7b3d52 Mon Sep 17 00:00:00 2001 From: Rostyslav Tyshko Date: Wed, 2 Oct 2024 21:38:13 +0200 Subject: [PATCH] #[allow(clippy::too_long_first_doc_paragraph)] --- rpc_primitives/src/errors.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/rpc_primitives/src/errors.rs b/rpc_primitives/src/errors.rs index f718baf..6bbf207 100644 --- a/rpc_primitives/src/errors.rs +++ b/rpc_primitives/src/errors.rs @@ -4,6 +4,7 @@ use std::fmt; #[derive(serde::Serialize)] pub struct RpcParseError(pub String); +#[allow(clippy::too_long_first_doc_paragraph)] /// This struct may be returned from JSON RPC server in case of error /// It is expected that that this struct has impls From<_> all other RPC errors /// like [`RpcBlockError`](crate::types::blocks::RpcBlockError)