Skip to content

primitives: elgamal: publicize key fields #212

primitives: elgamal: publicize key fields

primitives: elgamal: publicize key fields #212

GitHub Actions / clippy failed Mar 11, 2024 in 0s

clippy

1 error, 1 warning

Details

Results

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

Versions

  • rustc 1.76.0 (07dca489a 2024-02-04)
  • cargo 1.76.0 (c84b36747 2024-01-18)
  • clippy 0.1.76 (07dca48 2024-02-04)

Annotations

Check failure on line 6 in /home/runner/.cargo/git/checkouts/ark-mpc-b87f8c9808208346/cc650a5/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/cc650a5/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