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
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