Implement From<[u8; 32]> for Commitment<T> #163
GitHub Actions / clippy
failed
Aug 16, 2024 in 0s
clippy
2 errors
Details
Results
Message level | Amount |
---|---|
Internal compiler error | 0 |
Error | 2 |
Warning | 0 |
Note | 0 |
Help | 0 |
Versions
- rustc 1.80.1 (3f5fd8dd4 2024-08-06)
- cargo 1.80.1 (376290515 2024-07-16)
- clippy 0.1.80 (3f5fd8d 2024-08-06)
Annotations
Check failure on line 127 in src/lib.rs
github-actions / clippy
trait `CommitmentBounds` is never used
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)]`
Check failure on line 127 in src/lib.rs
github-actions / clippy
trait `CommitmentBounds` is never used
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)]`
Loading