Skip to content

Implement PCZT support #1275

Implement PCZT support

Implement PCZT support #1275

Triggered via pull request December 6, 2024 22:14
@nuttycomnuttycom
synchronize #440
pczt
Status Failure
Total duration 1m 16s
Artifacts

lints-stable.yml

on: pull_request
Clippy (MSRV)
1m 7s
Clippy (MSRV)
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
this expression creates a reference which is immediately dereferenced by the compiler: src/lib.rs#L20
error: this expression creates a reference which is immediately dereferenced by the compiler --> src/pczt/updater.rs:20:9 | 20 | &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
Clippy (MSRV)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636