Merge pull request #158 from idky137/compact_block_cache_pt1 #344
ci.yml
on: push
Bitrot check
7m 54s
Clippy (MSRV)
6m 53s
Clippy (beta)
11s
Code coverage
4m 13s
Intra-doc links
8m 5s
Rustfmt
4s
Matrix: build-latest
Matrix: test
Annotations
11 errors and 7 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.
|
the following explicit lifetimes could be elided: 'de:
zaino-fetch/src/jsonrpc/response.rs#L158
error: the following explicit lifetimes could be elided: 'de
--> zaino-fetch/src/jsonrpc/response.rs:158:14
|
158 | impl<'de> serde::de::Visitor<'de> for HexVisitor {
| ^^^ ^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
= note: `-D clippy::needless-lifetimes` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::needless_lifetimes)]`
help: elide the lifetimes
|
158 - impl<'de> serde::de::Visitor<'de> for HexVisitor {
158 + impl serde::de::Visitor<'_> for HexVisitor {
|
|
the following explicit lifetimes could be elided: 'de:
zaino-fetch/src/jsonrpc/response.rs#L158
error: the following explicit lifetimes could be elided: 'de
--> zaino-fetch/src/jsonrpc/response.rs:158:14
|
158 | impl<'de> serde::de::Visitor<'de> for HexVisitor {
| ^^^ ^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
= note: `-D clippy::needless-lifetimes` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::needless_lifetimes)]`
help: elide the lifetimes
|
158 - impl<'de> serde::de::Visitor<'de> for HexVisitor {
158 + impl serde::de::Visitor<'_> for HexVisitor {
|
|
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.
|
Rustfmt
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Clippy (beta)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Code coverage
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Clippy (MSRV)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Bitrot check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Intra-doc links
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Latest build on ubuntu-latest
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|