pczt: Define the structure and semantics of the PCZT format #855
audits.yml
on: pull_request
Required status checks have passed
0s
Annotations
1 error and 3 warnings
variant `V0` is never constructed:
pczt/src/lib.rs#L127
error: variant `V0` is never constructed
--> pczt/src/lib.rs:127:5
|
126 | enum Version {
| ------- variant in this enum
127 | V0,
| ^^
|
= note: `Version` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
= note: `-D dead-code` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(dead_code)]`
|
Check licenses
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Vet Rust dependencies
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Required status checks have passed
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|