Skip to content

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

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

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

GitHub Actions / clippy failed May 20, 2024 in 0s

clippy

2 errors, 2 warnings

Details

Results

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

Versions

  • rustc 1.78.0 (9b00956e5 2024-04-29)
  • cargo 1.78.0 (54d8815d0 2024-03-26)
  • clippy 0.1.78 (9b00956 2024-04-29)

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

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