modularize example state machine code for generic usage #221
GitHub Actions / Clippy
failed
Dec 25, 2024 in 0s
Clippy
1 error
Details
Results
Message level | Amount |
---|---|
Internal compiler error | 0 |
Error | 1 |
Warning | 0 |
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
Check failure on line 2 in libecvrf/examples/vrf.rs
github-actions / Clippy
unused import: `AffineExtend`
error: unused import: `AffineExtend`
--> libecvrf/examples/vrf.rs:2:15
|
2 | extends::{AffineExtend, ScalarExtend},
| ^^^^^^^^^^^^
|
= note: `-D unused-imports` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(unused_imports)]`
Loading