Skip to content

Merge upstream into add_non_identity_constant_point#59

Merged
ConstanceBeguier merged 9 commits into
add_non_identity_constant_pointfrom
merge_upstream_into_non_id_constant
Jun 9, 2026
Merged

Merge upstream into add_non_identity_constant_point#59
ConstanceBeguier merged 9 commits into
add_non_identity_constant_pointfrom
merge_upstream_into_non_id_constant

Merge branch 'zcash-main' into merge_upstream_into_non_id_constant

b4388f5
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
GitHub Actions / Clippy: Rust Stable 1.97.0-beta.3 (a57ed7fab 2026-06-07) in succeeded Jun 9, 2026 in 28s

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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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