Merge branch 'dev' into implement_get_block #169
ci.yml
on: push
Bitrot check
8m 7s
Clippy (MSRV)
7m 5s
Clippy (beta)
18s
Code coverage
4m 40s
Intra-doc links
8m 56s
Rustfmt
13s
Matrix: build-latest
Matrix: test
Annotations
11 errors and 4 warnings
Rustfmt
Process completed with exit code 1.
|
Clippy (beta)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 1
|
Code coverage
Process completed with exit code 1.
|
unneeded `return` statement:
zaino-serve/src/rpc/service.rs#L151
error: unneeded `return` statement
--> zaino-serve/src/rpc/service.rs:151:21
|
151 | return Err(tonic::Status::internal(e.to_string()));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_return
= note: `-D clippy::needless-return` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::needless_return)]`
help: remove `return`
|
151 - return Err(tonic::Status::internal(e.to_string()));
151 + Err(tonic::Status::internal(e.to_string()))
|
|
unneeded `return` statement:
zaino-serve/src/rpc/service.rs#L151
error: unneeded `return` statement
--> zaino-serve/src/rpc/service.rs:151:21
|
151 | return Err(tonic::Status::internal(e.to_string()));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_return
= note: `-D clippy::needless-return` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::needless_return)]`
help: remove `return`
|
151 - return Err(tonic::Status::internal(e.to_string()));
151 + Err(tonic::Status::internal(e.to_string()))
|
|
Clippy (MSRV)
Clippy had exited with the 101 exit code
|
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.
|
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/
|