This repository has been archived by the owner on Dec 3, 2024. It is now read-only.
[WEEKLY RELEASE] HotShot rc-0.5.72 #487
GitHub Actions / clippy
failed
Aug 22, 2024 in 1s
clippy
1 error
Details
Results
Message level | Amount |
---|---|
Internal compiler error | 0 |
Error | 1 |
Warning | 0 |
Note | 0 |
Help | 0 |
Versions
- rustc 1.80.1 (3f5fd8dd4 2024-08-06)
- cargo 1.80.1 (376290515 2024-07-16)
- clippy 0.1.80 (3f5fd8d 2024-08-06)
Annotations
Check failure on line 237 in src/testing/basic_test.rs
github-actions / clippy
field `vote_commitment` of struct `hotshot_types::simple_certificate::SimpleCertificate` is private
error[E0451]: field `vote_commitment` of struct `hotshot_types::simple_certificate::SimpleCertificate` is private
--> src/testing/basic_test.rs:237:25
|
237 | vote_commitment: q_data.commit(),
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ private field
Loading