Skip to content

Implement PCZT support #1274

Implement PCZT support

Implement PCZT support #1274

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

lints-stable.yml

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

Annotations

3 errors 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
missing documentation for an associated function: src/lib.rs#L42
error: missing documentation for an associated function --> src/address.rs:42:5 | 42 | pub fn pk_d(&self) -> &DiversifiedTransmissionKey { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | note: the lint level is defined here --> src/lib.rs:16:9 | 16 | #![deny(missing_docs)] | ^^^^^^^^^^^^
aborting due to 2 previous errors
error: aborting due to 2 previous errors
Clippy (MSRV)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636