Implement From<[u8; 32]> for Commitment<T> #161
Annotations
3 errors and 2 warnings
trait `CommitmentBounds` is never used:
src/lib.rs#L127
error: trait `CommitmentBounds` is never used
--> src/lib.rs:127:7
|
127 | trait CommitmentBounds: CommitmentBoundsSerdeless {}
| ^^^^^^^^^^^^^^^^
|
= note: `-D dead-code` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(dead_code)]`
|
trait `CommitmentBounds` is never used:
src/lib.rs#L127
error: trait `CommitmentBounds` is never used
--> src/lib.rs:127:7
|
127 | trait CommitmentBounds: CommitmentBoundsSerdeless {}
| ^^^^^^^^^^^^^^^^
|
= note: `-D dead-code` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(dead_code)]`
|
lint
Clippy had exited with the 101 exit code
|
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs-plus/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions-rs-plus/clippy-check@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|