Skip to content

plonk: multiprover: proof-system: Ingest ark-mpc interface changes #235

plonk: multiprover: proof-system: Ingest ark-mpc interface changes

plonk: multiprover: proof-system: Ingest ark-mpc interface changes #235

GitHub Actions / clippy failed Jul 1, 2024 in 1s

clippy

2 errors, 1 warning

Details

Results

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

Versions

  • rustc 1.79.0 (129f3b996 2024-06-10)
  • cargo 1.79.0 (ffa9cf99a 2024-06-03)
  • clippy 0.1.79 (129f3b9 2024-06-10)

Annotations

Check failure on line 7 in /home/runner/.cargo/git/checkouts/ark-mpc-b87f8c9808208346/60a748a/online-phase/src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

`#![feature]` may not be used on the stable release channel

error[E0554]: `#![feature]` may not be used on the stable release channel
 --> /home/runner/.cargo/git/checkouts/ark-mpc-b87f8c9808208346/60a748a/online-phase/src/lib.rs:7:1
  |
7 | #![feature(stmt_expr_attributes)]
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Check failure on line 6 in /home/runner/.cargo/git/checkouts/ark-mpc-b87f8c9808208346/60a748a/online-phase/src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

`#![feature]` may not be used on the stable release channel

error[E0554]: `#![feature]` may not be used on the stable release channel
 --> /home/runner/.cargo/git/checkouts/ark-mpc-b87f8c9808208346/60a748a/online-phase/src/lib.rs:6:1
  |
6 | #![feature(inherent_associated_types)]
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Check warning on line 26 in utilities/src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unused import: `macros::*`

warning: unused import: `macros::*`
  --> utilities/src/lib.rs:26:9
   |
26 | pub use macros::*;
   |         ^^^^^^^^^
   |
   = note: `#[warn(unused_imports)]` on by default