Implement PCZT support #177
ci.yml
on: pull_request
Bitrot check
1m 39s
Clippy (MSRV)
1m 8s
Intra-doc links
1m 29s
Rustfmt
14s
Matrix: build-latest
Matrix: build-nodefault
Matrix: test
Annotations
2 errors and 8 warnings
this expression creates a reference which is immediately dereferenced by the compiler:
src/lib.rs#L21
error: this expression creates a reference which is immediately dereferenced by the compiler
--> src/pczt/updater.rs:21:9
|
21 | &self.0
| ^^^^^^^ help: change this to: `self.0`
|
= note: `-D clippy::needless-borrow` implied by `-D warnings`
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
|
aborting due to previous error
error: aborting due to previous error
|
Rustfmt
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
|
Clippy (MSRV)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Clippy (MSRV)
The `deny` input is deprecated in v1.4 and can be used within the `check-args` input
|
Build target wasm32-wasi
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
|
Bitrot check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Test on ubuntu-latest
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|