mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-01-08 16:23:12 +00:00
#[allow(clippy::too_long_first_doc_paragraph)]
This commit is contained in:
parent
97a9c5a3ac
commit
fe44b4829f
@ -4,6 +4,7 @@ use std::fmt;
|
|||||||
#[derive(serde::Serialize)]
|
#[derive(serde::Serialize)]
|
||||||
pub struct RpcParseError(pub String);
|
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
|
/// 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
|
/// It is expected that that this struct has impls From<_> all other RPC errors
|
||||||
/// like [`RpcBlockError`](crate::types::blocks::RpcBlockError)
|
/// like [`RpcBlockError`](crate::types::blocks::RpcBlockError)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user