This repository has been archived by the owner on Dec 3, 2024. It is now read-only.
[WEEKLY RELEASE] HotShot - rc-0.5.68 #437
GitHub Actions / clippy
failed
Aug 2, 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.80.0 (051478957 2024-07-21)
- cargo 1.80.0 (376290515 2024-07-16)
- clippy 0.1.80 (0514789 2024-07-21)
Annotations
Check failure on line 74 in src/testing/basic_test.rs
github-actions / clippy
not all trait items implemented, missing: `AuctionResult`
error[E0046]: not all trait items implemented, missing: `AuctionResult`
--> src/testing/basic_test.rs:74:9
|
74 | impl NodeType for TestTypes {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `AuctionResult` in implementation
|
= help: implement the missing item: `type AuctionResult = /* Type */;`
Loading