Merge upstream into add_non_identity_constant_point#59
Clippy (Stable ~ Linux/x86_64)
Clippy was successful!
Details
Running cargo clippy took roughly ~28381ms to complete
- Working Directory: repository directory
Annotations
Check warning on line 15 in /home/runner/work/halo2/halo2/halo2_proofs/src/lib.rs
github-actions / Clippy: Rust Stable 1.97.0-beta.3 (a57ed7fab 2026-06-07)
in
/home/runner/work/halo2/halo2/halo2_proofs/src/lib.rs#L15
unused import: `ParallelIterator`
Raw output
warning: unused import: `ParallelIterator`
--> halo2_proofs/src/multicore.rs:15:34
|
15 | iter::{IntoParallelIterator, ParallelIterator},
| ^^^^^^^^^^^^^^^^
|
= note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
Check warning on line 28 in /home/runner/work/halo2/halo2/halo2_proofs/src/lib.rs
github-actions / Clippy: Rust Stable 1.97.0-beta.3 (a57ed7fab 2026-06-07)
in
/home/runner/work/halo2/halo2/halo2_proofs/src/lib.rs#L28
trait `IndexedParallelIterator` is never used
Raw output
warning: trait `IndexedParallelIterator` is never used
--> halo2_proofs/src/multicore.rs:28:11
|
28 | pub trait IndexedParallelIterator: std::iter::Iterator {}
| ^^^^^^^^^^^^^^^^^^^^^^^
|
= note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
Check warning on line 15 in /home/runner/work/halo2/halo2/halo2_proofs/src/lib.rs
github-actions / Clippy: Rust Stable 1.97.0-beta.3 (a57ed7fab 2026-06-07)
in
/home/runner/work/halo2/halo2/halo2_proofs/src/lib.rs#L15
unused import: `ParallelIterator`
Raw output
warning: unused import: `ParallelIterator`
--> halo2_proofs/src/multicore.rs:15:34
|
15 | iter::{IntoParallelIterator, ParallelIterator},
| ^^^^^^^^^^^^^^^^
|
= note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
Check warning on line 28 in /home/runner/work/halo2/halo2/halo2_proofs/src/lib.rs
github-actions / Clippy: Rust Stable 1.97.0-beta.3 (a57ed7fab 2026-06-07)
in
/home/runner/work/halo2/halo2/halo2_proofs/src/lib.rs#L28
trait `IndexedParallelIterator` is never used
Raw output
warning: trait `IndexedParallelIterator` is never used
--> halo2_proofs/src/multicore.rs:28:11
|
28 | pub trait IndexedParallelIterator: std::iter::Iterator {}
| ^^^^^^^^^^^^^^^^^^^^^^^
|
= note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default