mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-01-02 13:23:10 +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)]
|
||||
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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user