GitHub Actions / Clippy (1.56.1)
failed
Apr 24, 2024 in 0s
Clippy (1.56.1)
2 errors
Details
Results
Message level | Amount |
---|---|
Internal compiler error | 0 |
Error | 2 |
Warning | 0 |
Note | 0 |
Help | 0 |
Versions
- rustc 1.73.0 (cc66ad468 2023-10-03)
- cargo 1.73.0 (9c4383fb5 2023-08-26)
- clippy 0.1.73 (cc66ad4 2023-10-03)
Annotations
Check failure on line 105 in halo2_proofs/src/helpers.rs
github-actions / Clippy (1.56.1)
function `unpack` is never used
error: function `unpack` is never used
--> halo2_proofs/src/helpers.rs:105:8
|
105 | pub fn unpack(byte: u8, bits: &mut [bool]) {
| ^^^^^^
|
= note: `-D dead-code` implied by `-D warnings`
Check failure on line 105 in halo2_proofs/src/helpers.rs
github-actions / Clippy (1.56.1)
function `unpack` is never used
error: function `unpack` is never used
--> halo2_proofs/src/helpers.rs:105:8
|
105 | pub fn unpack(byte: u8, bits: &mut [bool]) {
| ^^^^^^
|
= note: `-D dead-code` implied by `-D warnings`
Loading