Merge branch 'zingolabs:dev' into cratify_indexer #122
ci.yml
on: push
Bitrot check
5m 18s
Clippy (MSRV)
4m 1s
Clippy (beta)
14s
Code coverage
15m 58s
Intra-doc links
6m 15s
Rustfmt
12s
Matrix: build-latest
Matrix: test
Annotations
16 errors and 4 warnings
Clippy (beta)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 1
|
redundant closure:
zaino-fetch/src/primitives/block.rs#L69
error: redundant closure
--> zaino-fetch/src/primitives/block.rs:69:30
|
69 | hex::decode(hex).map(|bytes| SerializedBlock::from(bytes))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace the closure with the function itself: `SerializedBlock::from`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure
= note: `-D clippy::redundant-closure` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::redundant_closure)]`
|
redundant closure:
zaino-fetch/src/primitives/block.rs#L69
error: redundant closure
--> zaino-fetch/src/primitives/block.rs:69:30
|
69 | hex::decode(hex).map(|bytes| SerializedBlock::from(bytes))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace the closure with the function itself: `SerializedBlock::from`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure
= note: `-D clippy::redundant-closure` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::redundant_closure)]`
|
Clippy (MSRV)
Clippy had exited with the 101 exit code
|
Latest build on macOS-latest
Process completed with exit code 101.
|
Latest build on windows-latest
The job was canceled because "macOS-latest" failed.
|
Latest build on windows-latest
The operation was canceled.
|
Latest build on ubuntu-latest
The job was canceled because "macOS-latest" failed.
|
Latest build on ubuntu-latest
The operation was canceled.
|
Rustfmt
Process completed with exit code 1.
|
Test on macOS-latest
Process completed with exit code 101.
|
Test on windows-latest
The job was canceled because "macOS-latest" failed.
|
Test on windows-latest
The operation was canceled.
|
Test on ubuntu-latest
The job was canceled because "macOS-latest" failed.
|
Test on ubuntu-latest
The operation was canceled.
|
Code coverage
Process completed with exit code 1.
|
Clippy (beta)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Clippy (beta)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Clippy (MSRV)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Clippy (MSRV)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|