Skip to content

fix: remove set_minimum_degree #94

fix: remove set_minimum_degree

fix: remove set_minimum_degree #94

GitHub Actions / Clippy (beta) failed Oct 16, 2023 in 1s

Clippy (beta)

1 error

Details

Results

Message level Amount
Internal compiler error 0
Error 1
Warning 0
Note 0
Help 0

Versions

  • rustc 1.66.0 (69f9c33d7 2022-12-12)
  • cargo 1.66.0 (d65d197ad 2022-11-15)
  • clippy 0.1.66 (69f9c33 2022-12-12)

Annotations

Check failure on line 40 in halo2_proofs/benches/lookups.rs

See this annotation in the file changed.

@github-actions github-actions / Clippy (beta)

not all trait items implemented, missing: `Params`

error[E0046]: not all trait items implemented, missing: `Params`
  --> halo2_proofs/benches/lookups.rs:40:5
   |
40 |     impl<F: PrimeField> Circuit<F> for MyCircuit<F> {
   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `Params` in implementation
   |
   = help: implement the missing item: `type Params = Type;`