WIP #4058
Clippy (MSRV)
6 errors
Details
Results
Message level | Amount |
---|---|
Internal compiler error | 0 |
Error | 6 |
Warning | 0 |
Note | 0 |
Help | 0 |
Versions
- rustc 1.60.0 (7737e0b5c 2022-04-04)
- cargo 1.60.0 (d1fd9fe 2022-03-01)
- clippy 0.1.60 (7737e0b 2022-04-04)
Annotations
Check failure on line 1045 in halo2_poseidon/src/test_vectors.rs
github-actions / Clippy (MSRV)
function is never used: `hash`
error: function is never used: `hash`
--> halo2_poseidon/src/test_vectors.rs:1045:19
|
1045 | pub(crate) fn hash() -> Vec<HashTestVector> {
| ^^^^
Check failure on line 641 in halo2_poseidon/src/test_vectors.rs
github-actions / Clippy (MSRV)
function is never used: `permute`
error: function is never used: `permute`
--> halo2_poseidon/src/test_vectors.rs:641:19
|
641 | pub(crate) fn permute() -> Vec<PermuteTestVector> {
| ^^^^^^^
Check failure on line 420 in halo2_poseidon/src/test_vectors.rs
github-actions / Clippy (MSRV)
function is never used: `hash`
error: function is never used: `hash`
--> halo2_poseidon/src/test_vectors.rs:420:19
|
420 | pub(crate) fn hash() -> Vec<HashTestVector> {
| ^^^^
Check failure on line 16 in halo2_poseidon/src/test_vectors.rs
github-actions / Clippy (MSRV)
function is never used: `permute`
error: function is never used: `permute`
--> halo2_poseidon/src/test_vectors.rs:16:19
|
16 | pub(crate) fn permute() -> Vec<PermuteTestVector> {
| ^^^^^^^
Check failure on line 8 in halo2_poseidon/src/test_vectors.rs
github-actions / Clippy (MSRV)
struct is never constructed: `HashTestVector`
error: struct is never constructed: `HashTestVector`
--> halo2_poseidon/src/test_vectors.rs:8:19
|
8 | pub(crate) struct HashTestVector {
| ^^^^^^^^^^^^^^
Check failure on line 3 in halo2_poseidon/src/test_vectors.rs
github-actions / Clippy (MSRV)
struct is never constructed: `PermuteTestVector`
error: struct is never constructed: `PermuteTestVector`
--> halo2_poseidon/src/test_vectors.rs:3:19
|
3 | pub(crate) struct PermuteTestVector {
| ^^^^^^^^^^^^^^^^^
|
= note: `-D dead-code` implied by `-D warnings`