primitives: elgamal: publicize key fields #212
GitHub Actions / clippy
failed
Feb 26, 2024 in 0s
clippy
1 error, 2 warnings
Details
Results
Message level | Amount |
---|---|
Internal compiler error | 0 |
Error | 1 |
Warning | 2 |
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
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
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
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