GitHub Actions / Clippy (beta)
succeeded
Apr 24, 2024 in 0s
Clippy (beta)
2 warnings
Details
Results
Message level | Amount |
---|---|
Internal compiler error | 0 |
Error | 0 |
Warning | 2 |
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 warning on line 105 in halo2_proofs/src/helpers.rs
github-actions / Clippy (beta)
function `unpack` is never used
warning: function `unpack` is never used
--> halo2_proofs/src/helpers.rs:105:8
|
105 | pub fn unpack(byte: u8, bits: &mut [bool]) {
| ^^^^^^
|
= note: `#[warn(dead_code)]` on by default
Check warning on line 105 in halo2_proofs/src/helpers.rs
github-actions / Clippy (beta)
function `unpack` is never used
warning: function `unpack` is never used
--> halo2_proofs/src/helpers.rs:105:8
|
105 | pub fn unpack(byte: u8, bits: &mut [bool]) {
| ^^^^^^
|
= note: `#[warn(dead_code)]` on by default
Loading