Integrate JSON-RPC method errors #644
clippy
4 errors
Details
Results
| Message level | Amount |
|---|---|
| Internal compiler error | 0 |
| Error | 4 |
| Warning | 0 |
| Note | 0 |
| Help | 0 |
Versions
- rustc 1.90.0 (1159e78c4 2025-09-14)
- cargo 1.90.0 (840b83a10 2025-07-30)
- clippy 0.1.90 (1159e78c47 2025-09-14)
Annotations
Check failure on line 35 in zaino-fetch/src/jsonrpsee/response/block_header.rs
github-actions / clippy
missing documentation for a struct field
error: missing documentation for a struct field
--> zaino-fetch/src/jsonrpsee/response/block_header.rs:35:9
|
35 | message: String,
| ^^^^^^^^^^^^^^^
Check failure on line 34 in zaino-fetch/src/jsonrpsee/response/block_header.rs
github-actions / clippy
missing documentation for a struct field
error: missing documentation for a struct field
--> zaino-fetch/src/jsonrpsee/response/block_header.rs:34:9
|
34 | code: i64, // TODO: -5 (hash) or -8 (height)
| ^^^^^^^^^
|
= note: `-D missing-docs` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(missing_docs)]`
Check failure on line 35 in zaino-fetch/src/jsonrpsee/response/block_header.rs
github-actions / clippy
missing documentation for a struct field
error: missing documentation for a struct field
--> zaino-fetch/src/jsonrpsee/response/block_header.rs:35:9
|
35 | message: String,
| ^^^^^^^^^^^^^^^
Check failure on line 34 in zaino-fetch/src/jsonrpsee/response/block_header.rs
github-actions / clippy
missing documentation for a struct field
error: missing documentation for a struct field
--> zaino-fetch/src/jsonrpsee/response/block_header.rs:34:9
|
34 | code: i64, // TODO: -5 (hash) or -8 (height)
| ^^^^^^^^^
|
= note: `-D missing-docs` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(missing_docs)]`