plonk: multiprover: proof-system: Ingest ark-mpc
interface changes
#227
GitHub Actions / clippy
failed
May 13, 2024 in 0s
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.78.0 (9b00956e5 2024-04-29)
- cargo 1.78.0 (54d8815d0 2024-03-26)
- clippy 0.1.78 (9b00956 2024-04-29)
Annotations
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)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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
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
Loading